X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/e9e6238a631e0015f4e35688291479d075637d7e..f814b55b4583f233de1186b8698b8e49e009c39b:/package/libnl/Makefile diff --git a/package/libnl/Makefile b/package/libnl/Makefile index 88776a07e..c763526f8 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)