projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
madwifi: napi polling fix
[openwrt.git]
/
package
/
e2fsprogs
/
Makefile
diff --git
a/package/e2fsprogs/Makefile
b/package/e2fsprogs/Makefile
index
983b90b
..
f9f17f4
100644
(file)
--- a/
package/e2fsprogs/Makefile
+++ b/
package/e2fsprogs/Makefile
@@
-1,4
+1,4
@@
-#
+#
# Copyright (C) 2006-2008 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# Copyright (C) 2006-2008 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
@@
-9,12
+9,12
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=e2fsprogs
include $(TOPDIR)/rules.mk
PKG_NAME:=e2fsprogs
-PKG_VERSION:=1.
39
+PKG_VERSION:=1.
40.11
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/e2fsprogs
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/e2fsprogs
-PKG_MD5SUM:=0
6f7806782e357797fad1d34b7ced0c6
+PKG_MD5SUM:=0
04cea70d724fdc7f1a952dffe4c9db8
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/package.mk
@@
-95,7
+95,8
@@
CONFIGURE_ARGS += \
--enable-static \
--disable-rpath \
--enable-elf-shlibs \
--enable-static \
--disable-rpath \
--enable-elf-shlibs \
- --enable-dynamic-e2fsck
+ --enable-dynamic-e2fsck \
+ --disable-tls
define Build/Prepare
$(call Build/Prepare/Default)
define Build/Prepare
$(call Build/Prepare/Default)
This page took
0.022713 seconds
and
4
git commands to generate.