]> git.pld-linux.org Git - packages/mozldap.git/blob - mozldap-ac.patch
- x32 rebuild
[packages/mozldap.git] / mozldap-ac.patch
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 @@
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
18 @@ -2636,13 +2642,4 @@
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 -
29 -echo $MAKEFILES > unallmakefiles
30 -
31 -AC_OUTPUT([$MAKEFILES])
32 +])
This page took 0.059023 seconds and 3 git commands to generate.