Prechádzať zdrojové kódy

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.

Signed-off-by: Hauke Mehrtens <[email protected]>
Link: https://github.com/openwrt/openwrt/pull/16975
Signed-off-by: Robert Marko <[email protected]>
Hauke Mehrtens 1 rok pred
rodič
commit
febe1db43d
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      package/utils/debugcc/Makefile

+ 1 - 0
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 <[email protected]>