summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2002-06-20 19:57:23 +0000
committerLutz Jänicke <jaenicke@openssl.org>2002-06-20 19:57:23 +0000
commit94e19e7111a0335b1417494f016b3a718c3a22c3 (patch)
treee92e7fc84d696f15332fb9ec337f986953ebdeca /Makefile.org
parent04677ce02424af603d0ee23829145c0dba756914 (diff)
HP-UX: shared libraries MUST be +x and SHOULD be -w.
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.org b/Makefile.org
index 7d0280bb39..2b7ed29809 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -435,6 +435,7 @@ do_hpux-shared:
-o lib$$i.sl.${SHLIB_MAJOR}.${SHLIB_MINOR} \
+h lib$$i.sl.${SHLIB_MAJOR}.${SHLIB_MINOR} \
-Fl lib$$i.a -ldld -lc ) || exit 1; \
+ chmod a=rx lib$$i.sl.${SHLIB_MAJOR}.${SHLIB_MINOR}; \
done
# This assumes that GNU utilities are *not* used
@@ -453,6 +454,7 @@ do_hpux64-shared:
-o lib$$i.sl.${SHLIB_MAJOR}.${SHLIB_MINOR} \
+h lib$$i.sl.${SHLIB_MAJOR}.${SHLIB_MINOR} \
+forceload lib$$i.a -ldl -lc ) || exit 1; \
+ chmod a=rx lib$$i.sl.${SHLIB_MAJOR}.${SHLIB_MINOR}; \
done
# The following method is said to work on all platforms. Tests will