Commit Graph

2037 Commits

Author SHA1 Message Date
72ead3138c poco: ensure we pass our CFLAGS and LDFLAGS
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
2014-03-08 00:57:37 +00:00
0014d62691 libptmalloc3: override CFLAGS correctly
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
2014-03-08 00:57:02 +00:00
d66afdd8f3 libfreenect: do not override CFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39807 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:56:55 +00:00
286aaa2eb5 ftplib: pass TARGET_CFLAGS to package build
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39806 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:56:52 +00:00
4b348df3dd libowfat: fix build
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
2014-03-08 00:56:50 +00:00
4029b82cf8 libnet-1.0.x: remove CFLAGS hardcoding
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
2014-03-08 00:56:37 +00:00
6b657b6639 libdbi: remove CFLAGS override
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
2014-03-08 00:56:29 +00:00
bad6c653d3 orbit2: remove patch remove aclocal.m4
The autoreconf fixup already removes that file for us.

Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39795 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:56:24 +00:00
6814e4740b libidn: remove patch removing aclocal.m4
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
2014-03-08 00:56:22 +00:00
001060e07a libfreefare: bumped version for 0.2.3 to 0.4.0
Signed-off-by: Michel Stempin <michel.stempin@wanadoo.fr>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39663 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-21 21:31:27 +00:00
0a42a5fb44 tiff: remove apple-opengl-framework config option
This config option was removed

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39660 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-21 21:13:42 +00:00
f1330f609c tiff: disable linking to liblzma
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
2014-02-21 21:13:14 +00:00
c1a832549b elfutils: disable lzma support
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39655 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-21 20:33:34 +00:00
897a584836 aalib: fixed build configuration
Signed-off-by: Michel Stempin <michel.stempin@wanadoo.fr>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39653 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-21 20:15:32 +00:00
c789f8e85a libqmi: update to 1.8.0
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
2014-02-08 17:01:28 +00:00
03c2c42e2e libftdi: fix pkgconfig support by installing .pc into staging dir
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39520 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-06 22:46:40 +00:00
486ba2e8c6 libftdi : fix build error
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
2014-02-06 22:46:16 +00:00
7f466741ef postgresql: update to 9.0.15
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
2014-02-06 21:11:43 +00:00
68837c6691 openldap: update to 2.4.39
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
2014-02-06 21:11:23 +00:00
jow
3044632b94 curl: enable cookie support by default - increases .ipk by around 3K (#14518)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39503 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-06 12:06:17 +00:00
840d46aacb libssh2: update to 1.4.3
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
2014-02-05 22:47:47 +00:00
b47d1ebf84 mysql: cleanup and update to 5.1.73
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
2014-02-05 21:14:15 +00:00
jow
ef90dbc471 tiff: fix autoreconf
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39461 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-02-04 15:32:40 +00:00
d236eeea3b [packages/libs/curl]: update to 7.35.0, fixes CVE-2014-0015
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
2014-02-02 13:15:15 +00:00
e7ee3fdc14 packages/libflac: don't hardcode altivec options in CPUCFLAGS
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
2014-02-02 11:01:47 +00:00
jow
7597bb13da packages: libdaemon: prevent an erroneous error message
Signed-off-by: Michael Heimpold <mhei@heimpold.de>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39418 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-01-29 13:01:21 +00:00
jow
e69dca813c mxml: Update package source URL
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
2014-01-29 12:55:41 +00:00
jow
a5499da920 re, rem: drop packages, they got moved to the telephony feed
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39413 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-01-29 12:51:49 +00:00
nbd
c8afd579e1 libzstream: fix build failure by removing pedantic errors
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39137 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-12-19 13:30:33 +00:00
39d1fdd640 [packages] libsocketcan: add package
Signed-off-by: Luka Perkov <luka@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39030 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-12-11 10:54:48 +00:00
jow
e5d1dac1c9 rrdtool-1.0.x: make pod2man errors nonfatal (#14479)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@38944 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-11-29 14:27:22 +00:00
1e99bc0eaa [packages] libnids: also remove not needed patch
Signed-off-by: Peter Wagner <tripolar@gmx.at>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@38709 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-11-10 18:13:15 +00:00
f159ae4c02 [packages] libnids: update to 1.24
Signed-off-by: Peter Wagner <tripolar@gmx.at>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@38708 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-11-10 18:09:22 +00:00
57805c0015 [packages] libnet1: update to 1.1.6
Signed-off-by: Peter Wagner <tripolar@gmx.at>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@38707 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-11-10 18:07:16 +00:00
989ec039d4 [packages] libgdbm: update to 1.10
Signed-off-by: Peter Wagner <tripolar@gmx.at>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@38706 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-11-10 18:04:54 +00:00
c19a2b97b4 [packages] mcabber, loudmouth: add myself as maintainer
Signed-off-by: Peter Wagner <tripolar@gmx.at>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@38623 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-10-30 22:04:15 +00:00
96fbab5342 [packages] libotr: simplify Makefile and add myself as maintainer
Signed-off-by: Peter Wagner <tripolar@gmx.at>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@38622 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-10-30 22:03:37 +00:00
08d70336b2 [packages] libpgme: add gnupg dependency again
Signed-off-by: Peter Wagner <tripolar@gmx.at>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@38584 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-10-30 01:16:59 +00:00
d7067becba [packages] gpgme: update to 1.4.3
Signed-off-by: Peter Wagner <tripolar@gmx.at>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@38583 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-10-30 01:14:25 +00:00
a0265f5020 [packages] add loudmouth need for mcabber (follows soon)
Signed-off-by: Peter Wagner <tripolar@gmx.at>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@38582 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-10-30 01:10:32 +00:00
60d1879aad [packages] add libotr package
Signed-off-by: Peter Wagner <tripolar@gmx.at>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@38580 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-10-30 01:02:15 +00:00
122c833d1e [curl]: enable compile against axTLS and CyaSSL
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>



git-svn-id: svn://svn.openwrt.org/openwrt/packages@38556 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-10-28 10:02:47 +00:00
b14125f9a4 [axtls]: upgrade to 1.4.9
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>



git-svn-id: svn://svn.openwrt.org/openwrt/packages@38555 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-10-28 09:57:59 +00:00
fcbeb1e90c [packages] libpam: add "--enable-db=no" to the configure macro to avoid linking
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
2013-10-24 11:02:44 +00:00
jow
6ddc7ddfb9 libpam: remove autoreconf call from configure macro
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
2013-10-24 09:59:58 +00:00
001aad0b0c [packages] google-authenticator
rename patch

Signed-off-by: Peter Wagner <tripolar@gmx.at>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@38493 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-10-22 00:57:54 +00:00
9997c63f7a [packages] add google-authenticator
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
2013-10-22 00:55:46 +00:00
0144c13fb9 [packages] add libqrencode
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
2013-10-22 00:54:06 +00:00
b91bdb44b7 [packages] libpam: add default rules
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
2013-10-22 00:50:21 +00:00
3b08077502 [packages] libpam update to 1.1.8
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
2013-10-21 22:25:49 +00:00