diff options
Diffstat (limited to 'package/libnl/Makefile')
-rw-r--r-- | package/libnl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libnl/Makefile b/package/libnl/Makefile index 88776a07e9..c763526f8a 100644 --- a/package/libnl/Makefile +++ b/package/libnl/Makefile @@ -29,7 +29,7 @@ define Package/libnl/description This package contains a library for applications dealing with netlink sockets endef -TARGET_CFLAGS += -ffunction-sections +TARGET_CFLAGS += -ffunction-sections $(FPIC) define Build/Compile $(call Build/Compile/Default) |