mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-08 16:26:23 -04:00
removed the -R for openssl, as it should be figured out automatically by
libtool and also controlled via the --enable-rpath/--disable-rpath configure options. furthermore keeping it in forces the rpath option on in spite of what's passed on the configure line. git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1413 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
4522ae336d
commit
84abd4c3ea
1 changed files with 1 additions and 2 deletions
|
|
@ -445,8 +445,7 @@ if ! test x"$with_openssl" = x"no"; then
|
|||
unset FOUNDINCLUDE
|
||||
if test x"$with_openssl" != x"/usr" ; then
|
||||
CPPFLAGS="$CPPFLAGS -I$with_openssl/include"
|
||||
# Need both to find ssl libraries and to load at runtime
|
||||
LDFLAGS="$LDFLAGS -L$with_openssl/lib -R$with_openssl/lib"
|
||||
LDFLAGS="$LDFLAGS -L$with_openssl/lib"
|
||||
fi
|
||||
|
||||
dnl check for openssl in $dir/include/openssl
|
||||
|
|
|
|||
Loading…
Reference in a new issue