mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-24 02:31:23 +00:00
package: fix toolchain ipk flags
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
d9ad55a609
commit
9531e0fce5
@ -12,6 +12,8 @@ PKG_RELEASE:=1
|
|||||||
PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>
|
PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>
|
||||||
PKG_LICENSE:=GPL-3.0-with-GCC-exception
|
PKG_LICENSE:=GPL-3.0-with-GCC-exception
|
||||||
|
|
||||||
|
PKG_FLAGS:=hold essential nonshared
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
ifneq ($(DUMP),1)
|
ifneq ($(DUMP),1)
|
||||||
@ -139,7 +141,6 @@ define Package/libc/Default
|
|||||||
VERSION:=$(LIBC_VERSION)-$(PKG_RELEASE)
|
VERSION:=$(LIBC_VERSION)-$(PKG_RELEASE)
|
||||||
DEPENDS:=+libgcc
|
DEPENDS:=+libgcc
|
||||||
URL:=$(LIBC_URL)
|
URL:=$(LIBC_URL)
|
||||||
PKG_FLAGS:=hold essential nonshared
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user