summaryrefslogtreecommitdiff
path: root/package/gpsd/patches
AgeCommit message (Collapse)Author
2014-03-16fix musl compileWaldemar Brodkorb
2014-02-07fix cross-compile on DarwinWaldemar Brodkorb
2013-11-12update gpsdWaldemar Brodkorb
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-07-30more build fixes, found on FreeBSD hostWaldemar Brodkorb
2010-07-30update and fix build on FreeBSD hostWaldemar Brodkorb
2010-04-06fix build for arm targets, from OpenWrt ↵Waldemar Brodkorb
package/uclibc++/patches/patch-include_unwind-cxx_h
2010-04-06another round to remove python dependencyWaldemar Brodkorb
2010-03-28update to latest upstream to fix some compile problemsWaldemar Brodkorb
2010-02-19avoid autotools usage on host systemWaldemar Brodkorb
There are to many combinations of autotools on host systems. If you need to patch the autotool buildsystem of a package always add a autotool.patch and regenerate configure on your host. That is the most portable way.
2010-02-17fix build on OpenBSD hostWaldemar Brodkorb
- add a wrapper script for autoconf and autoreconf to avoid ifdef gluecode for every OS/autoconf combination - need to add more autoconf version for NetBSD/MirBSD
2010-01-19fix allmodconfig for foxboardwaldemar brodkorb
2009-06-13FreeBSD compatibility patchesWaldemar Brodkorb
- update ipset and libpri to latest upstream
2009-06-04first regressions found while runtime testingWaldemar Brodkorb
- fix add_rconf and quoting - update gpsd to latest upstream - do not use size parameter for cfgfs and tmpfs - disable some dangerous busybox options - fix some kernel module dependencies
2009-05-17Initial importwbx