diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-26 23:39:17 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-26 23:39:17 +0100 |
commit | 26f7c999e7c586eeb0eabeaf34ebbc9b3c145d7c (patch) | |
tree | 22f152f92d6c1e9c325583f46278a385ffefd38b /package/links | |
parent | 67cb0759e674470fa53fd3711d8460fd4a12c1a3 (diff) |
another round of native compile fixes
Diffstat (limited to 'package/links')
-rw-r--r-- | package/links/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/links/Makefile b/package/links/Makefile index 462d4746b..616c2f211 100644 --- a/package/links/Makefile +++ b/package/links/Makefile @@ -24,6 +24,7 @@ include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,LINKS,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) CONFIGURE_ARGS+= --enable-graphics \ + --with-fb \ --with-ssl \ --without-svgalib \ --without-libtiff \ |