projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80cb144
)
[packages] linuxigd: fix linking against libiptc family (#6678)
author
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 19 Feb 2010 02:26:54 +0000
(
02:26
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 19 Feb 2010 02:26:54 +0000
(
02:26
+0000)
SVN-Revision: 19726
net/linuxigd/Makefile
patch
|
blob
|
history
diff --git
a/net/linuxigd/Makefile
b/net/linuxigd/Makefile
index f198967e33672c2e06d5e59fdeb9e3a94d623bbc..5bc6624d783b129d24d1721f232d35c13fd0a116 100644
(file)
--- a/
net/linuxigd/Makefile
+++ b/
net/linuxigd/Makefile
@@
-39,7
+39,7
@@
endef
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
$(TARGET_CONFIGURE_OPTS) \
- CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include -DIPTABLES_143" \
+ CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include -DIPTABLES_143
-Wl,-rpath-link=$(STAGING_DIR)/usr/lib
" \
BINDIR="/usr/sbin" \
MANDIR="/usr/man" \
HAVE_LIBIPTC=1 \