copy over pkgconfig file to $(STAGING_DIR) as well - thanks to Philipp Borgers for pointing this out

git-svn-id: svn://svn.openwrt.org/openwrt/packages@21506 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mirko 2010-05-19 13:08:07 +00:00
parent 2f4d192f2f
commit 91f279fc5f

View File

@ -48,6 +48,10 @@ define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libpcre{,posix}.{a,so*} $(1)/usr/lib/
$(INSTALL_DIR) $(1)/usr/lib/pkgconfig
$(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/libpcre.pc $(1)/usr/lib/pkgconfig/
endef
define Package/libpcre/install