[PATCH] nftables: install libnftables to staging dir
Daniel Danzberger
daniel at dd-wrt.com
Tue Sep 28 02:48:50 PDT 2021
Makes libnftables library and headers available for other packages.
Signed-off-by: Daniel Danzberger <daniel at dd-wrt.com>
---
package/network/utils/nftables/Makefile | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/package/network/utils/nftables/Makefile b/package/network/utils/nftables/Makefile
index 7830596e84..32384aca0e 100644
--- a/package/network/utils/nftables/Makefile
+++ b/package/network/utils/nftables/Makefile
@@ -61,6 +61,12 @@ endif
TARGET_CFLAGS += -flto
TARGET_LDFLAGS += -flto
+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/
+endef
+
define Package/nftables/install/Default
$(INSTALL_DIR) $(1)/usr/sbin
$(CP) $(PKG_INSTALL_DIR)/usr/sbin/nft $(1)/usr/sbin/
--
2.33.0
More information about the openwrt-devel
mailing list