diff options
Diffstat (limited to 'openwrt/package/popt/ipkg/rules')
-rw-r--r-- | openwrt/package/popt/ipkg/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/popt/ipkg/rules b/openwrt/package/popt/ipkg/rules index 2ab310b2e5..7a615a5f2c 100644 --- a/openwrt/package/popt/ipkg/rules +++ b/openwrt/package/popt/ipkg/rules @@ -72,6 +72,8 @@ $(INSTALL_DIR)/usr/include/popt.h: .stamp-built DESTDIR="$(INSTALL_DIR)" \ install + rm -f $(INSTALL_DIR)/usr/lib/libpopt.la + configure: .stamp-configured |