let ipkg fail when a package file to be installed is not found
[openwrt/svn-archive/archive.git] / openwrt / package / axtls / patches / 002-strip.patch
1 diff -ruN axTLS-0.95-old/httpd/Makefile axTLS-0.95-new/httpd/Makefile
2 --- axTLS-0.95-old/httpd/Makefile 2006-02-28 02:50:28.000000000 +0100
3 +++ axTLS-0.95-new/httpd/Makefile 2006-05-18 22:24:02.000000000 +0200
4 @@ -87,7 +87,7 @@
5 $(LD) $(LDFLAGS) -o $@ $(OBJ) $(LIBS)
6 ifndef CONFIG_DEBUG
7 ifndef CONFIG_PLATFORM_SOLARIS
8 - strip --remove-section=.comment $(TARGET)
9 + $(STRIP) --remove-section=.comment $(TARGET)
10 endif
11 endif
12 else # Win32