lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit f9dfffb6f06adfa4fb80076c7a76c405590a5f75
parent 82cf5ca5c6da5bf7ec7f457e18440b1161bd04df
Author: Luke McKee <hojuruku@gmail.com>
Date:   Tue, 12 Jul 2016 03:30:34 +0700

mini_snmpd: @champtar requested PKG_FIXUP:=autoreconf take care of strip and CFLAGS options

Signed-off-by: Luke McKee <hojuruku@gmail.com>

Diffstat:
Mnet/mini_snmpd/Makefile | 9---------
1 file changed, 0 insertions(+), 9 deletions(-)

diff --git a/net/mini_snmpd/Makefile b/net/mini_snmpd/Makefile @@ -50,15 +50,6 @@ CONFIGURE_ARGS+= \ # --disable-debug \ # --disable-demo - Upstream Github Issue #4 Fixed 20160707 -# We make sure that only openwrt buildroot does the stripping as per user request via make menuconfig -CONFIGURE_VARS+= LD="$(TARGET_CC)" \ - STRIP="/bin/true" \ - CFLAGS="$(TARGET_CFLAGS)" -MAKE_FLAGS+= STRIP="/bin/true" - -# FYI upstream suggested stripping options -# STRIP="strip -S --strip-unneeded --remove-section=.note.gnu.gold-version --remove-section=.comment --remove-section=.note --remove-section=.note.gnu.build-id --remove-section=.note.ABI-tag mini_snmpd" - define Package/mini_snmpd/install $(INSTALL_DIR) $(1)/usr/bin $(CP) $(PKG_INSTALL_DIR)/usr/bin/mini_snmpd $(1)/usr/bin/