diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-20 00:27:29 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-20 00:27:29 +0100 |
commit | cde33531cc2f70323f24127775eacf66364d38c8 (patch) | |
tree | b803a71f3c1f3fee28626e8bf62e8628b827c396 /package | |
parent | 4a06a1303a36306b8f2965c9d9102e3aa4e04edb (diff) |
fix brcm targets. add LZMA and flashmap code patches.
* add support for Linksys WRT54GS
the automatic rflash size recognition is still open.
Diffstat (limited to 'package')
-rw-r--r-- | package/libtool/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libtool/Makefile b/package/libtool/Makefile index bfc3695eb..3c89c5a50 100644 --- a/package/libtool/Makefile +++ b/package/libtool/Makefile @@ -11,6 +11,7 @@ PKG_DESCR:= a generic dynamic object loading library PKG_SECTION:= lang PKG_URL:= http://www.gnu.org/software/libtool/ PKG_SITES:= ${MASTER_SITE_GNU:=libtool/} +PKG_NEED_CXX:= 1 PKG_SUBPKGS:= LIBTOOL LIBLTDL LIBLTDL_DEV PKGSC_LIBLTDL:= libs |