diff options
Diffstat (limited to 'auto/lib')
| -rw-r--r-- | auto/lib/md5/conf | 3 | ||||
| -rw-r--r-- | auto/lib/pcre/conf | 3 | ||||
| -rw-r--r-- | auto/lib/zlib/conf | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/auto/lib/md5/conf b/auto/lib/md5/conf index 40fd74716..d5b2a0afd 100644 --- a/auto/lib/md5/conf +++ b/auto/lib/md5/conf @@ -32,7 +32,8 @@ if [ $MD5 != NONE ]; then *) LINK_DEPS="$LINK_DEPS $MD5/libmd5.a" - CORE_LIBS="$CORE_LIBS -L $MD5 -lmd5" + CORE_LIBS="$CORE_LIBS $MD5/libmd5.a" + #CORE_LIBS="$CORE_LIBS -L $MD5 -lmd5" ;; esac diff --git a/auto/lib/pcre/conf b/auto/lib/pcre/conf index 3f2c7a1f6..fa50c24e9 100644 --- a/auto/lib/pcre/conf +++ b/auto/lib/pcre/conf @@ -31,7 +31,8 @@ if [ $PCRE != NONE ]; then have=HAVE_PCRE . auto/have CORE_DEPS="$CORE_DEPS $PCRE/pcre.h" LINK_DEPS="$LINK_DEPS $PCRE/.libs/libpcre.a" - CORE_LIBS="$CORE_LIBS -L $PCRE/.libs -lpcre" + CORE_LIBS="$CORE_LIBS $PCRE/.libs/libpcre.a" + #CORE_LIBS="$CORE_LIBS -L $PCRE/.libs -lpcre" ;; esac diff --git a/auto/lib/zlib/conf b/auto/lib/zlib/conf index 82cc5edc8..7376abd70 100644 --- a/auto/lib/zlib/conf +++ b/auto/lib/zlib/conf @@ -26,7 +26,8 @@ if [ $ZLIB != NONE ]; then *) LINK_DEPS="$LINK_DEPS $ZLIB/libz.a" - CORE_LIBS="$CORE_LIBS -L $ZLIB -lz" + CORE_LIBS="$CORE_LIBS $ZLIB/libz.a" + #CORE_LIBS="$CORE_LIBS -L $ZLIB -lz" ;; esac |
