]> git.pld-linux.org Git - packages/mozldap.git/blame - mozldap-ac.patch
- x32 rebuild
[packages/mozldap.git] / mozldap-ac.patch
CommitLineData
c23ceb69
JB
1--- mozldap-6.0.6/mozilla/directory/c-sdk/configure.in.orig 2008-09-11 16:38:34.000000000 +0200
2+++ mozldap-6.0.6/mozilla/directory/c-sdk/configure.in 2008-10-01 00:33:21.974636497 +0200
3@@ -2621,7 +2621,13 @@
cd241e70
JB
4 dnl ========================================================
5 dnl Generate output files.
6 dnl ========================================================
7-MAKEFILES="
8+
9+dnl since configure won't handle 2 levels of directory
10+dnl structure for us..
11+mkdir ldap > /dev/null 2>&1
12+mkdir ldap/clients > /dev/null 2>&1
13+
14+AC_OUTPUT([
15 Makefile
16 config/Makefile
17 config/autoconf.mk
c23ceb69 18@@ -2636,13 +2642,4 @@
cd241e70
JB
19 ldap/libraries/libiutil/Makefile
20 ldap/libraries/libssldap/Makefile
21 ldap/libraries/libutil/Makefile
22-"
23-
24-dnl since configure won't handle 2 levels of directory
25-dnl structure for us..
26-mkdir ldap > /dev/null 2>&1
27-mkdir ldap/clients > /dev/null 2>&1
28-
c23ceb69
JB
29-echo $MAKEFILES > unallmakefiles
30-
cd241e70
JB
31-AC_OUTPUT([$MAKEFILES])
32+])
This page took 0.307353 seconds and 4 git commands to generate.