summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2002-06-20 19:55:58 +0000
committerLutz Jänicke <jaenicke@openssl.org>2002-06-20 19:55:58 +0000
commitdbf5b18a99103812afc4a437bae278027a947c62 (patch)
tree5603f8f1f226843e6edfc092057839bf636aaa64 /Makefile.org
parent0b3f7afaedc3bb6f78708cebd3f3f55caca40595 (diff)
HP-UX: shared libraries MUST be +x and SHOULD be -w.
Submitted by: Reviewed by: PR:
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 23d82e381b..73c00276d3 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