fix LD_LIBRARY_PATH for multilib arches
This commit is contained in:
parent
f7562c16f0
commit
7611734917
@ -342,7 +342,7 @@ make %{_smp_mflags} LIBTOOL="$libtool"
|
||||
|
||||
# Build the servers with Kerberos support (for password checking, mainly).
|
||||
LIBS=-lpthread; export LIBS
|
||||
LD_LIBRARY_PATH=${dbdir}/lib${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}; export LD_LIBRARY_PATH
|
||||
LD_LIBRARY_PATH=${dbdir}/%{_lib}${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}; export LD_LIBRARY_PATH
|
||||
pushd openldap-%{version_22}/build-servers
|
||||
build \
|
||||
--enable-plugins \
|
||||
|
Loading…
Reference in New Issue
Block a user