@ -19,11 +19,9 @@ PKG_MAINTAINER:=Rosen Penev <rosenp@gmail.com>
PKG_LICENSE := GPL-3.0-or-later
PKG_LICENSE := GPL-3.0-or-later
PKG_LICENSE_FILES := COPYING
PKG_LICENSE_FILES := COPYING
PKG_FIXUP := autoreconf
PKG_INSTALL := 1
PKG_INSTALL := 1
PKG_BUILD_PARALLEL := 1
PKG_BUILD_PARALLEL := 1
PKG_BUILD_DEPENDS := protobuf/host
PKG_BUILD_DEPENDS := protobuf/host
PKG_USE_MIPS16 := 0
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
@ -93,6 +91,9 @@ CONFIGURE_ARGS += \
--disable-hardening \
--disable-hardening \
--without-utempter
--without-utempter
CONFIGURE_VARS += \
ac_cv_have_decl_ffs = yes
TARGET_CXXFLAGS += -ffunction-sections -fdata-sections -flto -std= c++11
TARGET_CXXFLAGS += -ffunction-sections -fdata-sections -flto -std= c++11
TARGET_LDFLAGS += -Wl,--gc-sections -lncurses
TARGET_LDFLAGS += -Wl,--gc-sections -lncurses