diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-05-24 10:36:25 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-05-24 10:36:25 +0000 |
commit | f94411e910004035c83c3b8261b0790590aaba37 (patch) | |
tree | d3fd2b6717b736f1da3ea38940cae48d5d447053 /package/libpcap/Makefile | |
parent | 50d2a84a2157079a4e040a90fbd062f4b2a98cb8 (diff) | |
download | upstream-f94411e910004035c83c3b8261b0790590aaba37.tar.gz upstream-f94411e910004035c83c3b8261b0790590aaba37.tar.bz2 upstream-f94411e910004035c83c3b8261b0790590aaba37.zip |
libpcap: add -fpic, refresh patches
SVN-Revision: 26999
Diffstat (limited to 'package/libpcap/Makefile')
-rw-r--r-- | package/libpcap/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libpcap/Makefile b/package/libpcap/Makefile index c2a3b74b1c..75c3ddf3c6 100644 --- a/package/libpcap/Makefile +++ b/package/libpcap/Makefile @@ -38,6 +38,7 @@ define Package/libpcap/config endef TARGET_CFLAGS += \ + $(FPIC) \ -ffunction-sections \ -fdata-sections |