remove memleak patch because of issues with premature freeing of memory - i will...
[openwrt.git] / package / libpcap / Makefile
index bd039f9..d7956a6 100644 (file)
@@ -54,11 +54,6 @@ define Build/InstallDev
                $(1)/usr/lib/
 endef
 
-define Build/UninstallDev
-       rm -rf  $(1)/usr/include/pcap{,-bpf,-namedb}.h \
-               $(1)/usr/lib/libpcap.{a,so*}
-endef
-
 define Package/libpcap/install
        $(INSTALL_DIR) $(1)/usr/lib
        $(CP) $(PKG_INSTALL_DIR)/usr/lib/libpcap.so.* $(1)/usr/lib/
This page took 0.031301 seconds and 4 git commands to generate.