mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 13:26:17 +04:00
Revert "gptfdisk: fix some warnings treated as errors"
The bug was fixed in 1.0.9, so remove this hack.
This reverts commit 5899a16f4b.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
committed by
Rosen Penev
parent
fa2dce3b5b
commit
e44c45fd23
@@ -73,7 +73,7 @@ define Package/fixparts/description
|
||||
Master Boot Record (MBR) partition tables
|
||||
endef
|
||||
|
||||
TARGET_CXXFLAGS += -std=c++11 -fno-rtti -Wno-format-security
|
||||
TARGET_CXXFLAGS += -std=c++11 -fno-rtti
|
||||
TARGET_LDFLAGS += -Wl,--as-needed
|
||||
|
||||
define Package/gdisk/install
|
||||
|
||||
Reference in New Issue
Block a user