aaron 01/11/16 18:20:09
Modified: flood configure.in
Log:
Libtool takes care of this for us, of course. Duh.
Tested on Linux where there is no -R, but it still works.
Revision Changes Path
1.10 +1 -11 httpd-test/flood/configure.in
Index: configure.in
===================================================================
RCS file: /home/cvs/httpd-test/flood/configure.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- configure.in 2001/11/17 01:57:37 1.9
+++ configure.in 2001/11/17 02:20:09 1.10
@@ -30,17 +30,7 @@
dnl Prefix these to the list, so they override env var settings
CPPFLAGS="-I${fl_openssl_prefix}/include $CPPFLAGS"
dnl We may need to also include $fl_openssl_prefix/openssl
- LDFLAGS="-L${fl_openssl_prefix}/lib $LDFLAGS"
-
- case "$host" in
- *-solaris2*)
- LDFLAGS="$LDFLAGS -R${fl_openssl_prefix}/lib"
- ;;
- *linux*)
- LDFLAGS="$LDFLAGS -rpath ${fl_openssl_prefix}/lib"
- ;;
- esac
-
+ LDFLAGS="-L${fl_openssl_prefix}/lib $LDFLAGS -R${fl_openssl_prefix}/lib"
fi])
dnl SSL is disabled by default