summaryrefslogtreecommitdiff
path: root/package/lynx/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-24 14:04:43 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-24 14:04:43 +0100
commit573b06af740b3f1966aa2ea190494d9c87270786 (patch)
treed2f5dd29803ad5bbca171bfff9b1ece4ef3d5b3c /package/lynx/Makefile
parent42ed8eb00eba8691994588b7fca5dbd04d92a59c (diff)
parent3953de124e87ce3b594fd861b6f111b2df706753 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/lynx/Makefile')
-rw-r--r--package/lynx/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/package/lynx/Makefile b/package/lynx/Makefile
index b71dcb292..0310b9531 100644
--- a/package/lynx/Makefile
+++ b/package/lynx/Makefile
@@ -21,10 +21,8 @@ include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,LYNX,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-TCPPFLAGS+= -I${STAGING_TARGET_DIR}/include/openssl
-TCPPFLAGS+= -DUSE_OPENSSL_INCL -DUSE_X509_SUPPORT
-TLDFLAGS+= -lz
-
+TARGET_CPPFLAGS+= -I${STAGING_TARGET_DIR}/include/openssl
+TARGET_CPPFLAGS+= -DUSE_OPENSSL_INCL -DUSE_X509_SUPPORT
CONFIGURE_ENV+= ac_cv_path_TELNET=telnet \
ac_cv_path_TN3270=tn3270 \
ac_cv_path_RLOGIN=rlogin \
@@ -78,7 +76,6 @@ CONFIGURE_ARGS+= \
--disable-widec \
--disable-locale-charset \
--with-build-cppflags="-I/usr/include/ncurses"
-
MAKE_FILE:= makefile
post-install: