summaryrefslogtreecommitdiff
path: root/package/firefox
AgeCommit message (Collapse)Author
2013-10-17fix uClibc buildWaldemar Brodkorb
2013-10-11add latest version of firefox, update dependencies and fix nss package to ↵Waldemar Brodkorb
include all necessary libraries for https support, tested only in qemu-i686 glibc for now
2013-04-22varios fixesWaldemar Brodkorb
2013-04-12allow firefox to compileWaldemar Brodkorb
2013-02-18mips64 fixesWaldemar Brodkorb
2013-02-08use system sqlite not a private copyWaldemar Brodkorb
2013-02-08add harfbuzz, missing in the last commitWaldemar Brodkorb
2013-02-08update pango and all dependenciesWaldemar Brodkorb
2013-02-04fix cross-compile of firefoxWaldemar Brodkorb
2013-02-01allow firefox for tarox-pcWaldemar Brodkorb
2012-10-05firefox should use nss/nspr fromthe systemWaldemar Brodkorb
2012-10-05make firefox work again on lemote yeelongWaldemar Brodkorb
2012-03-20allconfig fixes for lemote yeelongWaldemar Brodkorb
2012-03-13disable debugWaldemar Brodkorb
2012-03-12some minor changes and fixesWaldemar Brodkorb
2011-10-12firefox honours cflags, testing on lemote againWaldemar Brodkorb
2011-08-08firefox needs libxcursorWaldemar Brodkorb
2011-08-05add support for target system depends for packagesWaldemar Brodkorb
2011-08-05let it compile for uClibc buildsWaldemar Brodkorb
2011-07-30some updates. only startup on lemote works, then system crashesWaldemar Brodkorb
2011-07-28update to latest stable versionWaldemar Brodkorb
2011-06-16fix some issues with uclibcWaldemar Brodkorb
2011-06-13fix some bulk build issuesWaldemar Brodkorb
2011-05-05simplify, disable dbus and libnotifyWaldemar Brodkorb
2011-04-26make arm/mips architectures more configurable in a simpler wayWaldemar Brodkorb
2011-04-24update to firefox4Waldemar Brodkorb
2011-04-23fix check for libpngWaldemar Brodkorb
2011-04-20update to latest stable 3.6.xWaldemar Brodkorb
2011-04-13add dependencywbx
2011-04-10revert firefox and libpng updates, does not workWaldemar Brodkorb
2011-04-07add Darwin cross-compile patchesWaldemar Brodkorb
2011-04-07Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
Conflicts: package/firefox/Makefile package/jpeg/patches/patch-ltmain_sh
2011-04-07update some packages after libpng15 update, misc stuffWaldemar Brodkorb
2011-04-07explicitely enable dbus, fix a tmp pathWaldemar Brodkorb
2011-04-04add hicolor dependencyWaldemar Brodkorb
2011-03-31add lxde components, update libpng and firefoxWaldemar Brodkorb
2011-03-31I am to tupid for git, today.Waldemar Brodkorb
Revert "Revert "fix conflict, autoseect libgcj"" This reverts commit c2bd3a43342e37a05a97e12581dd2bd52993877a.
2011-03-31Revert "fix conflict, autoseect libgcj"Waldemar Brodkorb
This reverts commit ac46bdeef28bc2b65e1880884a79257c28e423a7, reversing changes made to 418fb3668f7140cc3e2ba07c354fe0d9bbb47d04.
2011-03-31fix conflict, autoseect libgcjWaldemar Brodkorb
2011-03-08update to latest upstream versionWaldemar Brodkorb
2011-03-04Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-03-04update to latest stable versionWaldemar Brodkorb
2011-03-03more native compile fixes on my ibm x40Waldemar Brodkorb
2011-02-26c++ compiler fixesWaldemar Brodkorb
when C++ compiler is disabled by user, do not allow to compile packages , which require a C++ compiler. Older libtool unnecessary checks for c++ tools, so regenerate autotool stuff.
2011-02-05fix some allmodconfig issues for mips targetWaldemar Brodkorb
2011-01-26some usb fixes, wrong controller choosen. (and some more minor changes)Waldemar Brodkorb
2011-01-22activate GCC cflags check, cleanup FLAGS stuff in OpenADK.Waldemar Brodkorb
* remove TCFLAGS/TLDFLAGS/TCPPFLAGS and only use TARGET_CFLAGS/TARGET_LDFLAGS/TARGET_CPPFLAGS, ... * activate GCC_HONOUR_COPTS and fix all packages to honour CFLAGS * use CC_FOR_BUILD, CFLAGS_FOR_BUILD, ... for all build compilation, remove HOST* variants * introduce KERNEL_MODULE_FLAGS for external kernel modules * mark rpm package as broken, mark syslinux for native builds only, mark libhugetlb for eglibc/glibc only usage
2011-01-04fix dependenciesWaldemar Brodkorb
2010-12-30rework architecture / embedded systems conceptWaldemar Brodkorb
Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;)
2010-12-13fix cross-compile on Darwin, update to latest upstreamWaldemar Brodkorb