Skip to content

Commit 13d70f9

Browse files
authored
Merge pull request #10205 from cms-sw/openldap-uuid
OpenLDAP: Added missing dependency on uuid
2 parents 350b47c + 605f7d5 commit 13d70f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

openldap.spec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### RPM external openldap 2.5.19
22
## INITENV +PATH LD_LIBRARY_PATH %i/lib
33
Source: ftp://ftp.openldap.org/pub/OpenLDAP/%{n}-release/%{n}-%{realversion}.tgz
4-
Requires: db6
4+
Requires: db6 libuuid
55

66
%prep
77
%setup -q -n %{n}-%{realversion}
@@ -19,8 +19,8 @@ chmod +x ./build/config.{sub,guess}
1919
--with-tls=openssl \
2020
--disable-static \
2121
--disable-slapd \
22-
CPPFLAGS="-I${DB6_ROOT}/include" \
23-
LDFLAGS="-L${DB6_ROOT}/lib"
22+
CPPFLAGS="-I${DB6_ROOT}/include -I${LIBUUID_ROOT}/include" \
23+
LDFLAGS="-L${DB6_ROOT}/lib -L${LIBUUID_ROOT}/lib"
2424
make depend
2525
make
2626

0 commit comments

Comments
 (0)