The old Pengutronix canutils seems very old and unmaintained. Replace
it with VolksWagen version of canutils that is actively maintained by
the Linux-CAN project. The VW version also has more features.
Changes in v2: Run autogen.sh to fix compile with NEON hw FP.
Signed-off-by: Jan Kardell <jan.kardell@telliq.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39977 3c298f89-4303-0410-b956-a3cf2f4a3e73
The Makefile logic in cwiid is slightly complicated, overriding CC
turned out to be a non-intrusive way to pass down our CFLAGS.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39939 3c298f89-4303-0410-b956-a3cf2f4a3e73
Make the nut support conditional and specify its dependencies.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39925 3c298f89-4303-0410-b956-a3cf2f4a3e73
In case the host has security/pam_appl.h, the at configure script will
decide to link against libpam, we do not want that.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39866 3c298f89-4303-0410-b956-a3cf2f4a3e73
Those might be installed on the host, but certainly not available for the
target, disable checking for those.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39837 3c298f89-4303-0410-b956-a3cf2f4a3e73
Re-use $(CC) to pass our CFLAGS down to the rtklib makefiles.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39822 3c298f89-4303-0410-b956-a3cf2f4a3e73
When building on x86_64 hosts, the configure script will try to add /lib64 from
the host to the linker command, which will usually result in failing the
ncurses library test, fix this by checking whether we are cross-compiling or
not.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39802 3c298f89-4303-0410-b956-a3cf2f4a3e73
Build was failing because inttypes.h did not provide a declaration for uint32_t
and friends
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39799 3c298f89-4303-0410-b956-a3cf2f4a3e73
bonnie++ was not compiled using the TARGET_CXXFLAGS we passed, which will result
in build failures on e.g: ARM VFP toolchains, fix that.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39798 3c298f89-4303-0410-b956-a3cf2f4a3e73
should fix broken_package reported by buildbots
since Kernel 3.7 headers are located in UAPI directory
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39656 3c298f89-4303-0410-b956-a3cf2f4a3e73
This is a cryptographically signed message in MIME format.
- fixes build errors (from buildbot logs):
build/staging_dir/target-mips_34kc_uClibc-0.9.33.2/usr/lib/liblua.so: undefined reference to `dlsym'
build/staging_dir/target-mips_34kc_uClibc-0.9.33.2/usr/lib/liblua.so: undefined reference to `dlerror'
build/staging_dir/target-mips_34kc_uClibc-0.9.33.2/usr/lib/liblua.so: undefined reference to `dlopen'
build/staging_dir/target-mips_34kc_uClibc-0.9.33.2/usr/lib/liblua.so: undefined reference to `dlclose'
collect2: ld returned 1 exit status
- depends on liblua, libuuid
- use external libuuid instead of internal one
- update to taskwarrior 2.3.0
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
[update from 2.20 to 2.30 and add libreadline dependency]
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39521 3c298f89-4303-0410-b956-a3cf2f4a3e73
- fixes gcc 4.8 error by using a version later than 428
see https://code.google.com/p/boblight/issues/detail?id=36
- add libusb-1.0 dependency
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39493 3c298f89-4303-0410-b956-a3cf2f4a3e73
according to configure warning some options were removed
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39491 3c298f89-4303-0410-b956-a3cf2f4a3e73
- bump to 1.0.24
- get rid of shipped libtool
- remove host include paths from configure macros
- do not patch generated configure
- refresh patches
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39460 3c298f89-4303-0410-b956-a3cf2f4a3e73
As jow has stated in #12004 correctly, shadows needs a build dependency
on libintl (gettext) to provide the missing m4 macros.
The missing dependency was spotted while doing a parallel build.
This patch closes#12004.
Signed-off-by: Mathias Kresin <openwrt@kresin.me>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39414 3c298f89-4303-0410-b956-a3cf2f4a3e73
Fixes#13546 and #13857.
Signed-off-by John Vogel <jvogel4@stny.rr.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39069 3c298f89-4303-0410-b956-a3cf2f4a3e73