Use the CFLAGS32, CXXFLAGS32 and LINKFLAGS32 to pass our custom CFLAGS.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39824 3c298f89-4303-0410-b956-a3cf2f4a3e73
SYS_CFLAGS has no effect for our build targets, OPT_CFLAGS is what we intended
to use.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39810 3c298f89-4303-0410-b956-a3cf2f4a3e73
libowfat build was failing due to the CFLAGS being overriden in the Makefile
which will make all the preliminary tests to fail.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39805 3c298f89-4303-0410-b956-a3cf2f4a3e73
configure.in contains a test which overrides CFLAGS with CCOPTS when it
determines that the compiler is GCC, this breaks build on most platforms where
the ABI has to be explicitely specified (e.g: ARM VFP).
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39800 3c298f89-4303-0410-b956-a3cf2f4a3e73
libdbi's configure.in is hardcoding CFLAGS and does not allow the configure
script environment to override those. Remove the hardcoded CFLAGS as they are
completely bogus and do not allow for any configuration. Fixes the build on ARM
VFP toolchains.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39797 3c298f89-4303-0410-b956-a3cf2f4a3e73
The autoreconf fixup is already removing that file for us, drop that patch
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39794 3c298f89-4303-0410-b956-a3cf2f4a3e73
This package requires liblzma as dependency if liblzma is selected.
This patch disables linking to liblzma in its configure script.
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39659 3c298f89-4303-0410-b956-a3cf2f4a3e73
libqmi is now hosted on Freedesktop
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39536 3c298f89-4303-0410-b956-a3cf2f4a3e73
This is a cryptographically signed message in MIME format.
- using cmake to find libusb
- fix header location
fixes#13258
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39519 3c298f89-4303-0410-b956-a3cf2f4a3e73
Without TARGET_CFLAGS += -lpthread it does not find libpthread and the build fails.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39514 3c298f89-4303-0410-b956-a3cf2f4a3e73
Without TARGET_CFLAGS += -lpthread it does not find libpthread and the
build fails.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39513 3c298f89-4303-0410-b956-a3cf2f4a3e73
This patch updates libssh2 to version 1.4.3 and also adds its
pkgconfig file to pkgconfig path.
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39496 3c298f89-4303-0410-b956-a3cf2f4a3e73
This is a cryptographically signed message in MIME format.
- some mirrors do not have the old version anymore
- cleanup deprecated options
--without-vio : removed in 5.0.2
--without-raid, --without-mysqlfs : removed in 5.0.3
http://dev.mysql.com/doc/refman/5.0/en/source-configuration-options.html
--without-pstack : removed in 5.1.54
--without-bench : removed in 5.1.11
http://dev.mysql.com/doc/refman/5.1/en/source-configuration-options.html
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39488 3c298f89-4303-0410-b956-a3cf2f4a3e73
Spotted this on my twitter feed, so i guess it is good for something.
http://curl.haxx.se/docs/adv_20140129.html
Signed-off-by: Russell Senior <russell@personaltelco.net>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39446 3c298f89-4303-0410-b956-a3cf2f4a3e73
The '-maltivec' and '-mabi=altivec' options always
included in the CPUCPFLAGS variable, even if altivec
support is disabled. This causes build failure on
powerpc platforms without altivec support:
bitmath.c:1:0: error: AltiVec and E500 instructions cannot coexist
Update the src/libFLAC/Makefile.am template to skip
altivec options if 'FLaC__USE_ALTIVEC' is not used.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39443 3c298f89-4303-0410-b956-a3cf2f4a3e73
The ftp.easysw.com site has disappeared completely. So switch to the
authors personal site.
Signed-off-by: Mathias Kresin <openwrt@kresin.me>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39416 3c298f89-4303-0410-b956-a3cf2f4a3e73
against libdb
Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38526 3c298f89-4303-0410-b956-a3cf2f4a3e73
Hello,
I am not so experienced with autoreconf, but the following patch
fixes the package breakage which can be seen in buildbot logs.
Autoreconf call is also specified in PKG_FIXUP variable.
Jiri
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38525 3c298f89-4303-0410-b956-a3cf2f4a3e73
The Google Authenticator project includes implementations of one-time
passcode generators for several mobile platforms, as well as a pluggable
authentication module (PAM). One-time passcodes are generated using open
standards developed by the Initiative for Open Authentication (OATH)
(which is unrelated to OAuth).
These implementations support the HMAC-Based One-time Password (HOTP)
algorithm specified in RFC 4226 and the Time-based One-time Password
(TOTP) algorithm specified in RFC 6238.
thanks DkSoul for the patch
Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38492 3c298f89-4303-0410-b956-a3cf2f4a3e73
Libqrencode is a C library for encoding data in a QR Code symbol,
a kind of 2D symbology that can be scanned by handy terminals such
as a mobile phone with CCD. The capacity of QR Code is up to 7000
digits or 4000 characters, and is highly robust.
based on a patch by DkSoul
Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38491 3c298f89-4303-0410-b956-a3cf2f4a3e73
thanks DkSoul for the patch
Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38490 3c298f89-4303-0410-b956-a3cf2f4a3e73
remove broken flag and refresh patches
Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38489 3c298f89-4303-0410-b956-a3cf2f4a3e73