diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-13 03:49:16 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-13 03:49:16 +0000 |
commit | d0e6bc06362070b4e200c3d88a00153b0dea9e85 (patch) | |
tree | e9aec283cb3ae9c67e02dc2a45e5a35de149111a /openwrt/package/openldap/patches/500-cross-compile.patch | |
parent | 81b1b14392c320e4a8d522e17565c57ec9d9b8e2 (diff) | |
download | mtk-20170518-d0e6bc06362070b4e200c3d88a00153b0dea9e85.zip mtk-20170518-d0e6bc06362070b4e200c3d88a00153b0dea9e85.tar.gz mtk-20170518-d0e6bc06362070b4e200c3d88a00153b0dea9e85.tar.bz2 |
Add openldap package
SVN-Revision: 872
Diffstat (limited to 'openwrt/package/openldap/patches/500-cross-compile.patch')
-rw-r--r-- | openwrt/package/openldap/patches/500-cross-compile.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/openwrt/package/openldap/patches/500-cross-compile.patch b/openwrt/package/openldap/patches/500-cross-compile.patch new file mode 100644 index 0000000..d0aafdc --- /dev/null +++ b/openwrt/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 + |