[PATCH] nftables: install libnftables to staging dir
Adrian Schmutzler
mail at adrianschmutzler.de
Sat Oct 2 09:47:19 PDT 2021
Hi,
> -----Original Message-----
> From: openwrt-devel [mailto:openwrt-devel-bounces at lists.openwrt.org]
> On Behalf Of Daniel Danzberger
> Sent: Dienstag, 28. September 2021 11:49
> To: openwrt-devel at lists.openwrt.org
> Cc: john at phrozen.org; Daniel Danzberger <daniel at dd-wrt.com>
> Subject: [PATCH] nftables: install libnftables to staging dir
>
> Makes libnftables library and headers available for other packages.
Please bump PKG_RELEASE or use $(AUTORELEASE) instead.
Best
Adrian
>
> 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
>
>
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel at lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: openpgp-digital-signature.asc
Type: application/pgp-signature
Size: 834 bytes
Desc: not available
URL: <http://lists.openwrt.org/pipermail/openwrt-devel/attachments/20211002/9d037adb/attachment.sig>
More information about the openwrt-devel
mailing list