projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix compilation errors with xt_portscan
[openwrt.git]
/
package
/
bridge
/
Makefile
diff --git
a/package/bridge/Makefile
b/package/bridge/Makefile
index
0091af5
..
eb33bc3
100644
(file)
--- a/
package/bridge/Makefile
+++ b/
package/bridge/Makefile
@@
-31,11
+31,7
@@
define Package/bridge
URL:=http://bridge.sourceforge.net/
endef
URL:=http://bridge.sourceforge.net/
endef
-define Build/Configure
- $(call Build/Configure/Default, \
- --with-linux-headers="$(LINUX_DIR)" \
- )
-endef
+CONFIGURE_ARGS += --with-linux-headers="$(LINUX_DIR)"
define Package/bridge/install
$(INSTALL_DIR) $(1)/usr/sbin
define Package/bridge/install
$(INSTALL_DIR) $(1)/usr/sbin
This page took
0.02528 seconds
and
4
git commands to generate.