Applied with a minor modification in [28591] Thanks, -- -{Nico}
2011/10/13 Espen Jürgensen <espenjurgen...@gmail.com>: > Compiling zlib produces zlib.pc (pkgconfig), but it is not currently > installed in staging_dir/usr/lib/pkgconfig. If it was included other > packages depending on zlib could easier be compiled. > > Signed-off-by: Espen Jürgensen <espenjurgen...@gmail.com> > > --- > > Index: trunk/package/zlib/Makefile > =================================================================== > --- trunk/package/zlib/Makefile (revision 28430) > +++ trunk/package/zlib/Makefile (working copy) > @@ -56,6 +56,9 @@ > mkdir -p $(1)/usr/lib > $(CP) $(PKG_INSTALL_DIR)/usr/lib/libz.{a,so*} \ > $(1)/usr/lib/ > + mkdir -p $(1)/usr/lib/pkgconfig > + $(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/zlib.pc \ > + $(1)/usr/lib/pkgconfig > endef > > # libz.so is needed for openssl (zlib-dynamic) > > _______________________________________________ > openwrt-devel mailing list > openwrt-devel@lists.openwrt.org > https://lists.openwrt.org/mailman/listinfo/openwrt-devel > _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel