mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
libnl-tiny: install a pkg-config file
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15515 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -36,9 +36,10 @@ define Build/Compile
|
||||
endef
|
||||
|
||||
define Build/InstallDev
|
||||
$(INSTALL_DIR) $(1)/usr/lib $(1)/usr/include/libnl-tiny
|
||||
$(INSTALL_DIR) $(1)/usr/lib/pkgconfig $(1)/usr/include/libnl-tiny
|
||||
$(CP) $(PKG_BUILD_DIR)/include/* $(1)/usr/include/libnl-tiny
|
||||
$(CP) $(PKG_BUILD_DIR)/libnl-tiny.so $(1)/usr/lib/
|
||||
$(CP) ./files/libnl-tiny.pc $(1)/usr/lib/pkgconfig
|
||||
endef
|
||||
|
||||
define Package/libnl-tiny/install
|
||||
|
||||
Reference in New Issue
Block a user