mirror of
https://github.com/openwrt/openwrt.git
synced 2025-12-28 07:50:01 +04:00
compile libnl with -ffunction-sections to make binaries that use genl smaller
SVN-Revision: 11600
This commit is contained in:
@@ -29,6 +29,8 @@ define Package/libnl/description
|
||||
This package contains a library for applications dealing with netlink sockets
|
||||
endef
|
||||
|
||||
TARGET_CFLAGS += -ffunction-sections
|
||||
|
||||
define Build/Compile
|
||||
$(call Build/Compile/Default)
|
||||
make -C $(PKG_BUILD_DIR) \
|
||||
|
||||
Reference in New Issue
Block a user