diff options
author | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2021-11-29 20:30:42 +0000 |
---|---|---|
committer | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2021-11-30 15:16:17 +0000 |
commit | 7a48dfc90c6eb4ed160cea3e28401e84e3accc2a (patch) | |
tree | 624ba73386aa9f4decba2e3324f97d74f507d97d /package/network | |
parent | 101300b842b6b94b4900b515c609969c0b35376c (diff) | |
download | upstream-7a48dfc90c6eb4ed160cea3e28401e84e3accc2a.tar.gz upstream-7a48dfc90c6eb4ed160cea3e28401e84e3accc2a.tar.bz2 upstream-7a48dfc90c6eb4ed160cea3e28401e84e3accc2a.zip |
nftables: install package file
Install pc file so dnsmasq can find libnftables
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Diffstat (limited to 'package/network')
-rw-r--r-- | package/network/utils/nftables/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/network/utils/nftables/Makefile b/package/network/utils/nftables/Makefile index 89bb10e0da..49c56ee6c3 100644 --- a/package/network/utils/nftables/Makefile +++ b/package/network/utils/nftables/Makefile @@ -65,6 +65,9 @@ define Build/InstallDev $(INSTALL_DIR) $(1)/usr/lib $(1)/usr/include $(CP) $(PKG_INSTALL_DIR)/usr/lib/*.so* $(1)/usr/lib/ $(CP) $(PKG_INSTALL_DIR)/usr/include/nftables $(1)/usr/include/ + $(INSTALL_DIR) $(1)/usr/lib/pkgconfig + $(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/libnftables.pc \ + $(1)/usr/lib/pkgconfig/ endef define Package/nftables/install/Default |