[OpenWrt-Devel] [PATCH] nghttp2: deduplicate files in staging_dir

Hans Dedecker dedeckeh at gmail.com
Sat Jun 22 04:26:37 EDT 2019


On Fri, Jun 21, 2019 at 3:05 PM Eneas U de Queiroz via openwrt-devel
<openwrt-devel at lists.openwrt.org> wrote:
>
> The sender domain has a DMARC Reject/Quarantine policy which disallows
> sending mailing list messages using the original "From" header.
>
> To mitigate this problem, the original message has been wrapped
> automatically by the mailing list software.
>
>
> ---------- Forwarded message ----------
> From: Eneas U de Queiroz <cote2004-github at yahoo.com>
> To: openwrt-devel at lists.openwrt.org
> Cc: Eneas U de Queiroz <cote2004-github at yahoo.com>
> Bcc:
> Date: Fri, 21 Jun 2019 10:05:23 -0300
> Subject: [PATCH] nghttp2: deduplicate files in staging_dir
> '38b22b1e: deduplicate files in libnghttp2' missed duplicates in
> staging_dir by Build/InstallDev.
>
> Signed-off-by: Eneas U de Queiroz <cote2004-github at yahoo.com>
Patch pushed to master; thx

Hans
>
> diff --git a/package/libs/nghttp2/Makefile b/package/libs/nghttp2/Makefile
> index b96ebd8acb..2f0b4bcabc 100644
> --- a/package/libs/nghttp2/Makefile
> +++ b/package/libs/nghttp2/Makefile
> @@ -35,7 +35,7 @@ define Build/InstallDev
>         $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/include/nghttp2/*.h $(1)/usr/include/nghttp2/
>         $(INSTALL_DIR) $(1)/usr/lib/pkgconfig
>         $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/*.pc $(1)/usr/lib/pkgconfig/
> -       $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/libnghttp2.so* $(1)/usr/lib/
> +       $(CP) $(PKG_INSTALL_DIR)/usr/lib/libnghttp2.so* $(1)/usr/lib/
>  endef
>
>  define Package/libnghttp2/install
>
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel at lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel

_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list