[openwrt/openwrt] debugcc: Mark it nonshared
LEDE Commits
lede-commits at lists.infradead.org
Sun Nov 24 13:47:05 PST 2024
hauke pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/a2e7d8761bb752d113b0e6dd4bd19c61da4c3bda
commit a2e7d8761bb752d113b0e6dd4bd19c61da4c3bda
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sat Nov 16 18:36:45 2024 +0100
debugcc: Mark it nonshared
This tool was build in the phase 2 build, there the TARGET dependencies
are probably not meat. Mark it as non shared to build it together with
the targets where this option is set.
Link: https://github.com/openwrt/openwrt/pull/16975
Signed-off-by: Robert Marko <robimarko at gmail.com>
(cherry picked from commit febe1db43d1a01f83e474bcb143dcb3997bd35a3)
Link: https://github.com/openwrt/openwrt/pull/17055
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
package/utils/debugcc/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/utils/debugcc/Makefile b/package/utils/debugcc/Makefile
index 3e26cea7e5..c3821cd8c6 100644
--- a/package/utils/debugcc/Makefile
+++ b/package/utils/debugcc/Makefile
@@ -11,6 +11,7 @@ PKG_MIRROR_HASH:=4cd7a770a05db28f496a60eb9fe015a4af677bba05053b4d4be21adcf95e52e
PKG_LICENSE:=BSD-3-Clause
PKG_LICENSE_FILES:=LICENSE
+PKG_FLAGS:=nonshared
PKG_MAINTAINER:=Christian Marangi <ansuelsmth at gmail.com>
More information about the lede-commits
mailing list