Browse Source

fix building of slurpd(8) according to Thomas

Ralf S. Engelschall 21 years ago
parent
commit
cb6e3e4431
1 changed files with 1 additions and 1 deletions
  1. 1 1
      openldap/openldap.spec

+ 1 - 1
openldap/openldap.spec

@@ -102,7 +102,7 @@ AutoReqProv:  no
 %endif
     CC="%{l_cc}" \
     CFLAGS="%{l_cflags -O} `%{l_prefix}/bin/pth-config --cflags`" \
-    CPPFLAGS="$cf" \
+    CPPFLAGS="$cf -I`%{l_prefix}/bin/pth-config --includedir`" \
     LDFLAGS="%{l_ldflags} `%{l_prefix}/bin/pth-config --ldflags` %{l_fsl_ldflags}" \
     LIBS="`%{l_prefix}/bin/pth-config --libs` %{l_fsl_libs}" \
     ./configure \