diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2012-03-12 15:30:29 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2012-03-12 15:30:29 +0100 |
commit | a63345271e2bade576fec190e964cea5938fcbfd (patch) | |
tree | 55091d373c0527ed79ee43d433aaec0c75e13fe7 /package/firefox/Makefile | |
parent | bd386a2d0f880915e5eac12ad310106dc50f66f4 (diff) |
some minor changes and fixes
Diffstat (limited to 'package/firefox/Makefile')
-rw-r--r-- | package/firefox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/firefox/Makefile b/package/firefox/Makefile index 942034570..eb4080edc 100644 --- a/package/firefox/Makefile +++ b/package/firefox/Makefile @@ -21,7 +21,7 @@ PKG_NEED_CXX:= 1 PKG_ARCH_DEPENDS:= x86 x86_64 native mips PKG_HOST_DEPENDS:= !netbsd !freebsd !openbsd !cygwin -PKG_SYSTEM_DEPENDS:= ibm-x40 lemote-yeelong +PKG_SYSTEM_DEPENDS:= ibm-x40 lemote-yeelong qemu-i686 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.source.tar.bz2 WRKDIST= ${WRKDIR}/mozilla-release @@ -61,7 +61,7 @@ CONFIGURE_ARGS+= --enable-application=browser \ --disable-accessibility \ --disable-smil \ --disable-dbus \ - --disable-debug \ + --enable-debug \ --disable-logging \ --disable-strip \ --disable-install-strip \ |