upgrade to iptables 1.2.11
[openwrt.git] / obsolete-buildroot / make / newt.mk
index cc2359e..cdf9a90 100644 (file)
@@ -56,7 +56,7 @@ $(STAGING_DIR)/lib/libnewt.a: $(NEWT_DIR)/libnewt.so.$(NEWT_VERSION)
 
 $(TARGET_DIR)/lib/libnewt.so.$(NEWT_VERSION): $(STAGING_DIR)/lib/libnewt.a
        cp -a $(STAGING_DIR)/lib/libnewt.so* $(TARGET_DIR)/lib;
-       -$(STRIP) --strip-unneeded $(TARGET_DIR)/lib/libnewt.so*
+       -$(STRIP)  $(TARGET_DIR)/lib/libnewt.so*
        touch -c $(TARGET_DIR)/lib/libnewt.so.$(NEWT_VERSION)
 
 newt: uclibc slang $(TARGET_DIR)/lib/libnewt.so.$(NEWT_VERSION)
This page took 0.026041 seconds and 4 git commands to generate.