mirror of
https://github.com/samba-team/samba.git
synced 2025-03-10 12:58:35 +03:00
Removed the default addition of /include to the directory given in
--with-sslinc. Should allow building on RH7.1 when set correctly. Jeremy. (This used to be commit 016a97d71aa1ac9de782248c645aecbf22ed647b)
This commit is contained in:
parent
75601664bd
commit
7ede14a3a7
1211
source3/configure
vendored
1211
source3/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -1719,7 +1719,7 @@ AC_ARG_WITH(ssl,
|
||||
LDFLAGS="=L/usr/local/ssl/lib $LDFLAGS"
|
||||
;;
|
||||
* )
|
||||
CFLAGS="-I${withval}/include $CFLAGS"
|
||||
CFLAGS="-I${withval} $CFLAGS"
|
||||
LIBS="-lssl -lcrypto $LIBS"
|
||||
LDFLAGS="-L${withval}/lib $LDFLAGS"
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user