diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-05-01 11:42:21 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-05-01 11:42:21 +0200 |
commit | c7918465e6c9834556eb9238271951f2184e058a (patch) | |
tree | 04f10915decb5bcc5102b2b124cb77339785c25b /package/firefox/Makefile | |
parent | 44dad747bf39cb8e352d885bda37cf37b98e3f75 (diff) |
fix firefox build for eglibc/glibc builds
Diffstat (limited to 'package/firefox/Makefile')
-rw-r--r-- | package/firefox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/firefox/Makefile b/package/firefox/Makefile index 8c6db24be..b8d667241 100644 --- a/package/firefox/Makefile +++ b/package/firefox/Makefile @@ -19,7 +19,7 @@ PKG_SITES:= http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.6.3/ DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.source.tar.bz2 WRKDIST= ${WRKDIR}/mozilla-1.9.2 -PKG_TARGET_DEPENDS:= alix1c x86_qemu x86_64_qemu shuttle +PKG_TARGET_DEPENDS:= alix1c x86_qemu x86_64_qemu shuttle ibmx40 include $(TOPDIR)/mk/package.mk |