We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ece16e + 13d70f9 commit 22daa0bCopy full SHA for 22daa0b
openldap.spec
@@ -1,7 +1,7 @@
1
### RPM external openldap 2.5.19
2
## INITENV +PATH LD_LIBRARY_PATH %i/lib
3
Source: ftp://ftp.openldap.org/pub/OpenLDAP/%{n}-release/%{n}-%{realversion}.tgz
4
-Requires: db6
+Requires: db6 libuuid
5
6
%prep
7
%setup -q -n %{n}-%{realversion}
@@ -19,8 +19,8 @@ chmod +x ./build/config.{sub,guess}
19
--with-tls=openssl \
20
--disable-static \
21
--disable-slapd \
22
- CPPFLAGS="-I${DB6_ROOT}/include" \
23
- LDFLAGS="-L${DB6_ROOT}/lib"
+ CPPFLAGS="-I${DB6_ROOT}/include -I${LIBUUID_ROOT}/include" \
+ LDFLAGS="-L${DB6_ROOT}/lib -L${LIBUUID_ROOT}/lib"
24
make depend
25
make
26
0 commit comments