Skip to content
Snippets Groups Projects
Commit 772a22cc authored by Nicolas Thill's avatar Nicolas Thill
Browse files

package/zlib: include zlib.pc (pkconfig)


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: default avatarEspen Jürgensen <espenjurgensen@gmail.com>

SVN-Revision: 28591
parent 3d1d93cb
No related branches found
No related tags found
No related merge requests found
...@@ -56,6 +56,9 @@ define Build/InstallDev ...@@ -56,6 +56,9 @@ define Build/InstallDev
mkdir -p $(1)/usr/lib mkdir -p $(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libz.{a,so*} \ $(CP) $(PKG_INSTALL_DIR)/usr/lib/libz.{a,so*} \
$(1)/usr/lib/ $(1)/usr/lib/
mkdir -p $(1)/usr/lib/pkgconfig
$(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/zlib.pc \
$(1)/usr/lib/pkgconfig/
endef endef
# libz.so is needed for openssl (zlib-dynamic) # libz.so is needed for openssl (zlib-dynamic)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment