summaryrefslogtreecommitdiffstats
path: root/package/openldap/patches/500-cross-compile.patch
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-13 03:49:16 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-13 03:49:16 +0000
commit367bcce8ef1e15f681e57fc04efdb3f43283e36c (patch)
tree329922c675f70e999452535e2d502c70355216be /package/openldap/patches/500-cross-compile.patch
parentc26c2edc7af89ece52a0b472420f146d92efe26d (diff)
Add openldap package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@872 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/openldap/patches/500-cross-compile.patch')
-rw-r--r--package/openldap/patches/500-cross-compile.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/openldap/patches/500-cross-compile.patch b/package/openldap/patches/500-cross-compile.patch
new file mode 100644
index 000000000..d0aafdcd7
--- /dev/null
+++ b/package/openldap/patches/500-cross-compile.patch
@@ -0,0 +1,12 @@
+diff -ruN openldap-2.2.26-orig/libraries/liblunicode/Makefile.in openldap-2.2.26-1/libraries/liblunicode/Makefile.in
+--- openldap-2.2.26-orig/libraries/liblunicode/Makefile.in 2005-01-20 18:01:03.000000000 +0100
++++ openldap-2.2.26-1/libraries/liblunicode/Makefile.in 2005-05-08 15:47:08.000000000 +0200
+@@ -29,7 +29,7 @@
+ LDAP_INCDIR= ../../include
+ LDAP_LIBDIR= ../../libraries
+
+-ucgendat: $(XLIBS) ucgendat.o
++ucgendat: ucgendat.o
+ $(LTLINK) -o $@ ucgendat.o $(LIBS)
+ ./ucgendat $(srcdir)/UnicodeData.txt -x $(srcdir)/CompositionExclusions.txt
+