diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-08-28 21:47:44 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-08-28 21:47:44 +0200 |
commit | 0a3d29e18ca731cafed7155b73a92a8f2756ca27 (patch) | |
tree | 01c464d54b6d00a3334bf4b72c4c66a2c6ffc859 /package/elinks/Makefile | |
parent | 58e2e795851d40c1e298354a264aa03eca1717e8 (diff) |
make allmodconfig round for lemote yeelong target
Diffstat (limited to 'package/elinks/Makefile')
-rw-r--r-- | package/elinks/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/elinks/Makefile b/package/elinks/Makefile index 672c982de..eba50742f 100644 --- a/package/elinks/Makefile +++ b/package/elinks/Makefile @@ -4,9 +4,9 @@ include ${TOPDIR}/rules.mk PKG_NAME:= elinks -PKG_VERSION:= 0.11.6 +PKG_VERSION:= 0.11.7 PKG_RELEASE:= 1 -PKG_MD5SUM:= fd85c1f38d4e2da8e59b60886a30a843 +PKG_MD5SUM:= 145c510cae41c204d0f23dce4bdd23ab PKG_DESCR:= advanced text web browser PKG_SECTION:= text PKG_DEPENDS:= libopenssl @@ -42,7 +42,7 @@ CONFIGURE_ARGS+= --enable-small \ --without-x \ --without-zlib BUILD_STYLE:= auto -MAKE_FLAGS+= CC='${TARGET_CC}' LD='${TARGET_CROSS}ld' +MAKE_FLAGS+= V=1 CC='${TARGET_CC}' LD='${TARGET_CC}' do-install: ${INSTALL_DIR} ${IDIR_ELINKS}/usr/bin |