Author: blogic Date: 2015-01-17 13:52:28 +0100 (Sat, 17 Jan 2015) New Revision: 43994
Modified: trunk/package/libs/popt/Makefile Log: add pkgconfig information for popt library Modify makefile to record pkgconfig information for the popt library. Signed-off-by: Mike Brady <[email protected]> Modified: trunk/package/libs/popt/Makefile =================================================================== --- trunk/package/libs/popt/Makefile 2015-01-17 10:58:34 UTC (rev 43993) +++ trunk/package/libs/popt/Makefile 2015-01-17 12:52:28 UTC (rev 43994) @@ -45,6 +45,8 @@ $(CP) $(PKG_INSTALL_DIR)/usr/include/popt.h $(1)/usr/include/ $(INSTALL_DIR) $(1)/usr/lib $(CP) $(PKG_INSTALL_DIR)/usr/lib/libpopt.{a,so*} $(1)/usr/lib/ + $(INSTALL_DIR) $(1)/usr/lib/pkgconfig + $(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/popt.pc $(1)/usr/lib/pkgconfig/ endef define Package/libpopt/install _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
