9813 Commits

Author SHA1 Message Date
florian
977de77cc1 crtmpsever: add missing unistd.h inclusion for sysconf()
We were failing the build w/ GCC 4.8 on the sysconf() prototype due to a
missing include of unistd.h

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39922 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-13 16:52:13 +00:00
florian
75097a215d tctool: include unistd.h for close()
We were failing the build due to a missing prototype for close().

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39921 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-13 16:52:10 +00:00
nbd
dca4c13608 wt: disable mips16 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39920 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-13 15:41:37 +00:00
nbd
7d413fd82e boost: disable mips16 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39919 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-13 15:30:21 +00:00
nbd
b751ce6e26 boost: disable parallel build to fix build errors
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39918 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-13 15:19:47 +00:00
florian
787e4e15a2 mini_snmpd: fix the size argument to memset (#13764)
Building with gcc-4.8 spotted this memset size argument misuse, fix this.

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39901 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-12 21:32:58 +00:00
florian
d6272ec527 xmlrpc-c: use new repository
The xmlrpc-c code has been relocated to a new server use it.

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39900 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-12 21:32:55 +00:00
nbd
337757a135 lttng-tools: disable mips16 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39887 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-12 10:44:29 +00:00
nbd
c81d09fda5 lttng-ust: disable mips16 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39884 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-12 09:58:30 +00:00
nbd
ee72901a29 hsflowd: disable mips16 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39883 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-12 09:58:30 +00:00
nbd
712c0b20ca mc: disable the use of libssh2
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39882 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-12 09:58:22 +00:00
florian
a751ca52b9 dovecot: explicitely disable lzma and lz4 support
Avoid linking with liblzma and liblz4 for now.

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39881 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-11 19:46:14 +00:00
nbd
0a1191c8e1 packages: disable mips16 support on a number of packages that fail to build with it
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39880 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-11 16:00:31 +00:00
nbd
81f8904c2d postgresql: disable mips16 support (#15220)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39871 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-11 11:58:52 +00:00
nbd
745cef12f5 mysql: disable mips16 support (#15215)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39869 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-11 09:18:18 +00:00
florian
fc2620d483 l7-protocols: pass our CFLAGS and CXXFLAGS
All the testing utilities were not using our CFLAGS or CXXFLAGS fix
that.

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39867 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-11 04:30:20 +00:00
florian
1a9a16e379 at: disable linking with libpam
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
2014-03-11 04:30:14 +00:00
jogo
7c8cdeef28 packages: remove empty zaptel directories
Signed-off-by: Jonas Gorski <jogo@openwrt.org>



git-svn-id: svn://svn.openwrt.org/openwrt/packages@39844 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 13:31:14 +00:00
tripolar
b10a2bc55a [packages] openssh: update to 6.5p1
Signed-off-by: Peter Wagner <tripolar@gmx.at>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@39843 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 13:29:08 +00:00
jogo
30a944610f packages: move zaptel to telephony feed
zaptel and zaptel-1.4.x belong to telephony, so move them to the
proper feed.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39842 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 11:11:04 +00:00
florian
65125b588a wavemon: patch configure to leave room for our CFLAGS
The configure script was hardcoding CFLAGS, remove that

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39840 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:58:16 +00:00
florian
ec8c7a54a9 dump1090: pass our CFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39839 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:58:14 +00:00
florian
7d6af685fb crtmpserver: pass our CFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39838 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:58:11 +00:00
florian
2d9a8f9b79 zsh: disable checking for NIS and NIS+
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
2014-03-08 00:58:09 +00:00
florian
944b83e8ba atftp: pass our CFLAGS to succeed in the configure script
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39836 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:58:07 +00:00
florian
380f486594 avrusbboot: link using our CFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39835 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:58:04 +00:00
florian
acd699849c apf: do not override CFLAGS in configure script
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39834 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:58:02 +00:00
florian
6dc366d03c amwall: pass our CFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39833 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:57:59 +00:00
florian
2397990f58 xdelta3: pass our CFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39832 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:57:57 +00:00
florian
79e36a99e1 zip: pass our CFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39831 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:57:54 +00:00
florian
3f6e14b1f8 vncrepeater: pass our CFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39830 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:57:52 +00:00
florian
9e2ec32d11 udpxy: pass our CFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39829 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:57:49 +00:00
florian
d91a4bde08 stun: enforce passing our CFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39828 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:57:46 +00:00
florian
55578e51d8 udp-broadcast-relay: pass our CFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39827 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:57:44 +00:00
florian
5cb6cb193d tctool: pass our CXXFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39826 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:57:42 +00:00
florian
37ed46d819 tspc: do not attempt patching the configuration file
This uses SED syntax which is unsupported most of the time, and we copy the
sample configuration so we do not really care

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39825 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:57:39 +00:00
florian
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
florian
80f004125d stm32flash: make sure we pass our CFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39823 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:57:34 +00:00
florian
8a059416a7 rtklib: pass our CFLAGS
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
2014-03-08 00:57:32 +00:00
florian
8fa9b9c091 netio: fix passing our CFLAGS to the Makefile
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39821 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:57:29 +00:00
florian
9f3a515d86 ntripserver: pass our CFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39820 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:57:26 +00:00
florian
5e7f8a28ae open-plc-utils: pass our CFLAGS and LDFLAGS for linking
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39819 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:57:24 +00:00
florian
f2dc632982 open2300: make sure we pass our CFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39818 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:57:22 +00:00
florian
69655efc99 ntripclient: pass our CFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39817 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:57:19 +00:00
florian
efa8a314c9 netpipe: make sure we pass our CFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39816 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:57:17 +00:00
florian
8bd3d69e8e openrrcp: allow passing our CFLAGS and LDFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39815 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:57:14 +00:00
florian
856a4c271f lsof: fix passing TARGET_CFLAGS
The special Configure script expects LSOF_CFGF instead of LSOF_CFGC.

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39814 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:57:12 +00:00
florian
d1fbde20fc mgen: fix build
mgen build was spectacularly broken, not even being cross-compiled for the
target, fix that and make sure that we use the toolchain binaries were
relevant.

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39813 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:57:10 +00:00
florian
cd3b652fff mdk3: pass our CFLAGS
Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39812 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:57:07 +00:00
florian
0918445fde mdnsresponder: ensure dns-sd is linked with the right options
Some toolchains (e.g: ARM with VFP) require us to specify the ABI to use,
update the dns-sd linking command-line for this.

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

git-svn-id: svn://svn.openwrt.org/openwrt/packages@39811 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-03-08 00:57:04 +00:00