projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add strongswan (#1330)
[openwrt.git]
/
package
/
e2fsprogs
/
Makefile
diff --git
a/package/e2fsprogs/Makefile
b/package/e2fsprogs/Makefile
index
1cbca85
..
1543a7b
100644
(file)
--- a/
package/e2fsprogs/Makefile
+++ b/
package/e2fsprogs/Makefile
@@
-47,15
+47,12
@@
define Package/resize2fs
DEPENDS:=e2fsprogs
endef
DEPENDS:=e2fsprogs
endef
-define Build/Configure
- $(call Build/Configure/Default, \
- --enable-shared \
- --enable-static \
- --disable-rpath \
- --enable-elf-shlibs \
- --enable-dynamic-e2fsck \
- )
-endef
+CONFIGURE_ARGS += \
+ --enable-shared \
+ --enable-static \
+ --disable-rpath \
+ --enable-elf-shlibs \
+ --enable-dynamic-e2fsck
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR)/util \
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR)/util \
This page took
0.023652 seconds
and
4
git commands to generate.