diff options
author | John Crispin <blogic@openwrt.org> | 2015-01-17 12:52:28 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-01-17 12:52:28 +0000 |
commit | 99251118843a55f925ba6f8a44d25efe85537d72 (patch) | |
tree | ad5a6129050dd33460ea75658c10cacda49b7727 /package/libs/popt | |
parent | 1a05e464861175ffa2cd7e8c55740e1c141cae58 (diff) | |
download | master-187ad058-99251118843a55f925ba6f8a44d25efe85537d72.tar.gz master-187ad058-99251118843a55f925ba6f8a44d25efe85537d72.tar.bz2 master-187ad058-99251118843a55f925ba6f8a44d25efe85537d72.zip |
add pkgconfig information for popt library
Modify makefile to record pkgconfig information for the popt library.
Signed-off-by: Mike Brady <mikebrady@eircom.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43994 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libs/popt')
-rw-r--r-- | package/libs/popt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libs/popt/Makefile b/package/libs/popt/Makefile index bd2e6e2883..b31b311513 100644 --- a/package/libs/popt/Makefile +++ b/package/libs/popt/Makefile @@ -45,6 +45,8 @@ define Build/InstallDev $(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 |