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