- 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
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 altivec support in the ffmpeg package is enabled
by default which causes the following build error on
powerpc targets:
You need a compiler that supports {} in AltiVec vector declarations.
If you think configure made a mistake, make sure you are using the latest
version from Git. If the latest version fails, report the problem to the
ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "config.log" produced by configure as this will
help solving the problem.
Altivec is not supported by any of our powerpc targets, so
disable that by default.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39445 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
alpine adds a wrong path during configure (-L/usr/lib)
this leads to build fail on Archlinux
...
checking for setupterm in -lncurses... no
...
"configure: error: Terminfo/termcap not found"
since Debian uses a different path for "host libs" it fails to load wrong libs
and finds the right ncurses lib in the next (correct) path
The wrong path is injected by the SSL test
thx jow for finding it
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39423 3c298f89-4303-0410-b956-a3cf2f4a3e73
cmuses configure checks an absolute path for the existence of a kernel
header. This results in a check against the hosts version of
/usr/include/sys/soundcard.h, which potentially does not exists (at
least on my system).
This patch supersedes http://patchwork.openwrt.org/patch/2713/.
Signed-off-by: Mathias Kresin <openwrt@kresin.me>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39417 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
The ftp.easysw.com site has disappeared completely.
This patch adds the official cups site as package source and
drops all easysw.com servers and not longer existent mirrors
of easys.com.
Signed-off-by: Mathias Kresin <openwrt@kresin.me>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39415 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
In gstreamer's gst/parse/grammar.y, YYLEX_PARAM is no longer supported in bison
3. Replace YYLEX_PARAM with %lex-param.
Signed-off-by John Vogel <jvogel4@stny.rr.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39182 3c298f89-4303-0410-b956-a3cf2f4a3e73
This upgrades includes a fix for a memory corruption
in openssl_x509_parse() (CVE-2013-6420).
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39140 3c298f89-4303-0410-b956-a3cf2f4a3e73
Various fixes and small enhancements as well as the return of the
fakeonline module (now known as modules_online).
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39136 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
installed and create them again when openssh-client is removed and dropbear is installed
Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38864 3c298f89-4303-0410-b956-a3cf2f4a3e73
newer kernels (3.7) split user side headers
should fix: #12875
Should the patch be compatible with older kernels too?
(see https://dev.openwrt.org/ticket/12875#comment:6 )
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38841 3c298f89-4303-0410-b956-a3cf2f4a3e73
of bugs that got allready fixed upstream in the latest version which depends on glib2
Signed-off-by: Peter Wagner <tripolar@gmx.at>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38832 3c298f89-4303-0410-b956-a3cf2f4a3e73