let ipkg fail when a package file to be installed is not found
[openwrt.git] / openwrt / package / openldap / patches / 500-cross-compile.patch
1 diff -ruN openldap-2.2.26-orig/libraries/liblunicode/Makefile.in openldap-2.2.26-1/libraries/liblunicode/Makefile.in
2 --- openldap-2.2.26-orig/libraries/liblunicode/Makefile.in      2005-01-20 18:01:03.000000000 +0100
3 +++ openldap-2.2.26-1/libraries/liblunicode/Makefile.in 2005-05-08 15:47:08.000000000 +0200
4 @@ -29,7 +29,7 @@
5  LDAP_INCDIR= ../../include       
6  LDAP_LIBDIR= ../../libraries
7  
8 -ucgendat: $(XLIBS) ucgendat.o
9 +ucgendat: ucgendat.o
10         $(LTLINK) -o $@ ucgendat.o $(LIBS)
11         ./ucgendat $(srcdir)/UnicodeData.txt -x $(srcdir)/CompositionExclusions.txt
12