summaryrefslogtreecommitdiff
path: root/package/glib/patches
AgeCommit message (Collapse)Author
2014-06-22now add the patch I missed last timeWaldemar Brodkorb
2014-06-20really fix libsecret compileWaldemar Brodkorb
2014-01-10readd needed patchesWaldemar Brodkorb
2014-01-10add upower, polkit and dependenciesWaldemar Brodkorb
2013-12-02update mpdbox package collection, new lighttpd, kernel, php, mpd, mpc, ↵Waldemar Brodkorb
libmpd, ffmpeg
2013-11-15fix glib build on Cygwin hostWaldemar Brodkorb
2013-11-01allow gettext-tiny host compile with HOST_STYLE=manualWaldemar Brodkorb
2013-11-01fix macos x host compileWaldemar Brodkorb
2013-03-04resolve various build failuresWaldemar Brodkorb
2013-02-18mips64 fixesWaldemar Brodkorb
2012-10-05make firefox work again on lemote yeelongWaldemar Brodkorb
2012-10-04update to latest upstreamWaldemar Brodkorb
2011-03-28add first step to get java workingWaldemar Brodkorb
2011-02-24update to latest upstream versionWaldemar Brodkorb
* fix compile for cris architecture * fix compile under Cygwin. A full glib host build is required for glib-compile-schema and glib-genmarshal
2011-01-17fix packages to be compile with stack protectorWaldemar Brodkorb
- libtool do not pass -fstack-protector while linking, but this is required to successfully link libraries or executables with SSP - pass LDFLAGS for non-libtool packages
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 ;)
2009-10-11make more apps statically linkableWaldemar Brodkorb
- update libusb to latest upstream - update bluez to latest upstream - add a new PKG_OPTS option: libonly, useful for library only packages, which are not created, when static linking is choosen
2009-05-31fix regressions from ipkg reworkWaldemar Brodkorb
- remove old glib1 lib - rename glib2 -> glib - rename libgdbm -> gdbm - remove obsoleted wireless-tools, use iw - remove upstream unmaintained slurm make allmodconfig runs through on Debian/lenny amd64 for alix1c target
2009-05-17Initial importwbx