Make sure libssl.sl will depend on the local libcrypto.sl, not on
authorRichard Levitte <levitte@openssl.org>
Sat, 26 Jan 2002 16:50:40 +0000 (16:50 +0000)
committerRichard Levitte <levitte@openssl.org>
Sat, 26 Jan 2002 16:50:40 +0000 (16:50 +0000)
another (that possibly doesn't even exist!).

Makefile.org

index df02816e6bdb89a554affdf45cabac9406e4bcfe..ba8812196acad3570d0fedb165446ffc11ba54a2 100644 (file)
@@ -400,7 +400,7 @@ do_irix-shared:
 
 # This assumes that GNU utilities are *not* used
 do_hpux-shared:
-       libs='${SHLIBDEPS}'; for i in ${SHLIBDIRS}; do \
+       libs='-L. ${SHLIBDEPS}'; for i in ${SHLIBDIRS}; do \
        ( set -x; /usr/ccs/bin/ld ${SHARED_LDFLAGS} \
                +vnocompatwarnings \
                -b -z -o lib$$i.sl.${SHLIB_MAJOR}.${SHLIB_MINOR} \
@@ -411,7 +411,7 @@ do_hpux-shared:
 
 # This assumes that GNU utilities are *not* used
 do_hpux64-shared:
-       libs='${SHLIBDEPS}'; for i in ${SHLIBDIRS}; do \
+       libs='-L. ${SHLIBDEPS}'; for i in ${SHLIBDIRS}; do \
        ( set -x; /usr/ccs/bin/ld ${SHARED_LDFLAGS} \
                -b -z -o lib$$i.sl.${SHLIB_MAJOR}.${SHLIB_MINOR} \
                +h lib$$i.sl.${SHLIB_MAJOR}.${SHLIB_MINOR} \