projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[tools] fix segfault when using the maxlen argument (#4359)
[openwrt.git]
/
package
/
ebtables
/
Makefile
diff --git
a/package/ebtables/Makefile
b/package/ebtables/Makefile
index
8dc3c0e
..
73a1656
100644
(file)
--- a/
package/ebtables/Makefile
+++ b/
package/ebtables/Makefile
@@
-43,6
+43,8
@@
define Package/ebtables-utils/description
$(call Package/ebtables/description)
endef
+MAKE_VARS += EXT_LIBSI="$(LIBGCC_S)"
+
MAKE_FLAGS += \
CFLAGS="$(TARGET_CFLAGS)" \
LIBDIR="/usr/lib/ebtables"
This page took
0.02051 seconds
and
4
git commands to generate.