debugcc: Mark it nonshared
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 16 Nov 2024 17:36:45 +0000 (18:36 +0100)
committerRobert Marko <robimarko@gmail.com>
Sun, 17 Nov 2024 11:30:16 +0000 (12:30 +0100)
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.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Link: https://github.com/openwrt/openwrt/pull/16975
Signed-off-by: Robert Marko <robimarko@gmail.com>
package/utils/debugcc/Makefile

index 3e26cea7e510c029b3c20cf7e6ae28a526ebf00c..c3821cd8c6eb688b243706896e26f28d1331eb31 100644 (file)
@@ -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@gmail.com>