compile libnl with -ffunction-sections to make binaries that use genl smaller

SVN-Revision: 11600
owl
Felix Fietkau 2008-06-28 17:55:21 +00:00
parent 2b5ce63303
commit f5bdb5432f
1 changed files with 2 additions and 0 deletions

View File

@ -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) \