From 7a48dfc90c6eb4ed160cea3e28401e84e3accc2a Mon Sep 17 00:00:00 2001 From: Kevin Darbyshire-Bryant Date: Mon, 29 Nov 2021 20:30:42 +0000 Subject: [PATCH] nftables: install package file Install pc file so dnsmasq can find libnftables Signed-off-by: Kevin Darbyshire-Bryant --- package/network/utils/nftables/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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