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
The package Makefile already provides some CFLAGS and LDFLAGS but
we want to use ours.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39804 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
configure script hardcodes CFLAGS, fix that so we can get ours to be used.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39801 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
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
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
Building the documentation for the host requires a bunch of tools that systems
might not have, simply disable it which also speeds up the build time.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39796 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
autoreconf fixup is doing this already for us.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39793 3c298f89-4303-0410-b956-a3cf2f4a3e73
Previously, I submitted a patch "[PATCH v2][packages]gst-plugins-base: disable building ivorbis plugin" that disables ivorbis plugin build. Michel Stempin pointed out an upstream patch that fixes the issue directly in the vorbis decoder header. I had missed this patch in my previous searches.
This patch reverts the disabling of ivorbis and adds the upstream fix. I have tested this patch and it fixes the build issue. Thanks to Michel Stempin for bringing this to my attention and pointing me to the upstream fix.
Signed-off-by John Vogel <jvogel4@stny.rr.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39666 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
On my ramips RT5350 HAME-MPR1 target, my build directory is:
"build_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2", thus the problem.
Signed-off-by: Michel Stempin <michel.stempin@wanadoo.fr>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39657 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
Update Alpine to 2.11. Also switch to use .tar.xz package.
Signed-off-by: Antti Seppälä <a.seppala@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39551 3c298f89-4303-0410-b956-a3cf2f4a3e73
The configuration of gst-plugins-base must disable testing for ogg, causing ivorbis to be enabled erroneously.
This patch explisitely disables ivorbis at configure which fixes build.
Signed-off-by John Vogel <jvogel4@stny.rr.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39545 3c298f89-4303-0410-b956-a3cf2f4a3e73
This also fixes a compile problem with OpenSSL.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39542 3c298f89-4303-0410-b956-a3cf2f4a3e73