projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add missing dependency on libblkid to swap-utils, needed for swapon/off (closes:...
[openwrt.git]
/
package
/
bridge-utils
/
Makefile
diff --git
a/package/bridge-utils/Makefile
b/package/bridge-utils/Makefile
index
6dea484
..
c771ab7
100644
(file)
--- a/
package/bridge-utils/Makefile
+++ b/
package/bridge-utils/Makefile
@@
-44,6
+44,7
@@
CONFIGURE_ARGS += \
define Build/Configure
(cd $(PKG_BUILD_DIR); \
define Build/Configure
(cd $(PKG_BUILD_DIR); \
+ [ "$(PKG_VERSION)" = "1.0.6" ] || ln -s configure.in configure.ac; \
autoconf; \
./configure $(CONFIGURE_ARGS) \
)
autoconf; \
./configure $(CONFIGURE_ARGS) \
)
This page took
0.019519 seconds
and
4
git commands to generate.