summaryrefslogtreecommitdiff
path: root/package/elinks
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-11 20:41:36 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-11 20:41:36 +0100
commitcb6c0bafb1d4c910a4e8ce4c376462cc68bafacf (patch)
tree8e4aecf47032a40021d5d64b0b7e49c8ff00f3b2 /package/elinks
parentb706a572926dd8ac76de3928bd1290ee880944f8 (diff)
fix compile for MIPS
Diffstat (limited to 'package/elinks')
-rw-r--r--package/elinks/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/elinks/Makefile b/package/elinks/Makefile
index eba50742f..d4f3d8641 100644
--- a/package/elinks/Makefile
+++ b/package/elinks/Makefile
@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= elinks
PKG_VERSION:= 0.11.7
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= 145c510cae41c204d0f23dce4bdd23ab
PKG_DESCR:= advanced text web browser
PKG_SECTION:= text
@@ -17,6 +17,7 @@ include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,ELINKS,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+TCFLAGS+= -fPIC
CONFIGURE_STYLE:= gnu
CONFIGURE_ENV+= $(shell echo ac_cv_file_./features.conf | tr [:blank:]-/. _)=yes
CONFIGURE_ENV+= $(shell echo ac_cv_file_${WRKBUILD}/features.conf | tr [:blank:]-/. _)=yes