Nicolas Thill
876698a27b
add portaudio, a portable cross-platform audio I/O library
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
Nicolas Thill
c9178e9479
haserl: force rebuild when config changes
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
Nicolas Thill
5274983da8
dump1090: force rebuild when config changes
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
Nicolas Thill
a31ad62a7b
openconnect: force rebuild when config changes
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
Nicolas Thill
06a201079e
ocserv: force rebuild when config changes
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
Nicolas Thill
0d93cb8973
nut: force rebuild when config changes
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
Nicolas Thill
896b23e650
gnutls: force rebuuld when config changes
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
Nicolas Thill
6243f35724
python3: create ./usr/bin directory at package/install
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
Nicolas Thill
09287433fc
lftp: disable libidn explicitely
This prevent detection of libidn when target arch = host arch.
10 years ago
Nicolas Thill
7405d4bc08
luasql: bump to v2.3.0
10 years ago
sbyx
c062fa455c
Merge pull request #462 from bk138/gcc-workaround-sys-sdt-h-detection
gcc: work around wrongly detected sys/sdt.h header.
10 years ago
sbyx
437de230bc
Merge pull request #458 from roger-/micropython
micropython: update to latest
10 years ago
Nicolas Thill
cad9bdbc85
python, python3: fix python*-package.mk
Replace calls to getvar function recently removed
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
Ted Hess
84d39fefaf
Merge pull request #460 from ejurgensen/master
forked-daapd: fix libevent dependency problem
10 years ago
Christian Beier
480452dce8
gcc: work around wrongly detected sys/sdt.h header.
The build system somehow detects /usr/include/sys/sdt.h, which is part of systemtap-sdt-devel
package in the host environment but not present in the SDK.
This patch simply disables the check for sys/sdt.h, enabling building of this package when
systemtap-sdt-devel is installed in the host environment.
Signed-off-by: Christian Beier <dontmind@freeshell.org>
10 years ago
Petar Koretic
363f254052
lxc: use xz tool from busybox
Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
10 years ago
Luka Perkov
513349c886
lxc: create /lxc directory by default
The containers are stored in /lxc rather then in /var/lib/lxc. The latter is
not suitable for OpenWrt.
Signed-off-by: Luka Perkov <luka@openwrt.org>
10 years ago
Petar Koretic
733ce2c29f
lxc: patches: add openwrt common config
Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
10 years ago
Petar Koretic
ad224e5355
lxc: fix hooks installation on 1.0.6
Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
10 years ago
Petar Koretic
bfb1c85ae0
lxc: add busybox options menu
Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
10 years ago
Petar Koretic
9168c95173
lxc: patches: remove unsupported option
Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
10 years ago
Petar Koretic
6bb15ba13c
lxc: add config templates package
Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
10 years ago
Petar Koretic
dafecb2fef
lxc: enable template installation
Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
10 years ago
ejurgensen
310d2fb69d
forked-daapd: fix libevent dependency problem
Switch to libevent2 which also enables configuring LastFM and removing
special linker flags for libevent1
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
10 years ago
Roger
8a9c990343
micropython: update to latest
Signed-off-by: Roger D <rogerdammit@gmail.com>
10 years ago
Daniel Golle
7bd68693a7
tracertools: bump version
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
10 years ago
Luka Perkov
97a8547586
lxc: lxc-ls depends on lxc-config
Signed-off-by: Luka Perkov <luka@openwrt.org>
10 years ago
Luka Perkov
151c7cc386
lxc: bump to 1.0.6
Signed-off-by: Luka Perkov <luka@openwrt.org>
10 years ago
Luka Perkov
404a5f5831
nspr: bump to 3.16.6
Signed-off-by: Luka Perkov <luka@openwrt.org>
10 years ago
Luka Perkov
faefb22e09
file: bump to 5.20
Signed-off-by: Luka Perkov <luka@openwrt.org>
10 years ago
Luka Perkov
64a9489651
lxc: set default lxcpath to /lxc
Signed-off-by: Luka Perkov <luka@openwrt.org>
10 years ago
Luka Perkov
153e482090
rpcd-mod-lxc: add package for rpcd lxc module
Signed-off-by: Luka Perkov <luka@openwrt.org>
10 years ago
Luka Perkov
952912aea1
lxc: add missing lxc-init package
Signed-off-by: Luka Perkov <luka@openwrt.org>
10 years ago
sbyx
b87f4d359e
Merge pull request #450 from commodo/python3-update-1-2-3
Python3 update 1 2 3
10 years ago
sbyx
fec6a37989
Merge pull request #449 from commodo/python-update-3
python: fix source folder for libpython
10 years ago
Matthias Schiffer
5ab3b37710
fastd: re-enable link-time optimization
The toolchain is fixed, so LTO can be enabled again.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
10 years ago
Ted Hess
6841e484cc
Merge pull request #452 from ejurgensen/forked-daapd
forked-daapd: add gperf host tool dependency
10 years ago
Ted Hess
1dc4e2854e
Merge pull request #451 from ejurgensen/upstream
gperf: modified copy from oldpackages, upgrade to 3.0.4
10 years ago
ejurgensen
54b346587b
forked-daapd: add gperf host tool dependency
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
10 years ago
ejurgensen
21a5b9f644
gperf: modified copy from oldpackages, upgrade to 3.0.4
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
10 years ago
Michael Heimpold
5a59015c2f
Merge pull request #447 from openwrt/libxml2-update
libxml2: update to 2.9.2
10 years ago
Álvaro Fernández Rojas
b96c9bc7a1
unrar: Update to version 5.2.1, refresh patch.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
10 years ago
Alexandru Ardelean
056e565ab6
python3: add _PYTHON_HOST_PLATFORM env var when cross-compiling C extensions
This mostly helps to avoid confusion when modules are cross-compiled.
Otherwise build folders are named with the host's platform name.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
10 years ago
Alexandru Ardelean
1a0e9b3786
python3: enable shared python3 lib; make this the norm
This will reduce the bloat when users will want to compile in their
Python C extensions.
There will be a initial bloat (several kb) if just Python
is installed, but that will be compensated when users will add more
C extensions.
During the build we also have to add Python's PKG_BUILD_DIR
so that the shared lib is found when compiling Python's
built-in C extensions.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
10 years ago
Alexandru Ardelean
cc6423d57a
python3: add LD and LDSHARED env vars to Build/Compile/Py3Mod
Tells the host Python to use the target's linker.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
10 years ago
Alexandru Ardelean
3edeed3f4d
python3: add PYTHON3_INC_DIR var to CPPFLAGS
The target's PYTHON3_INC_DIR should take precedence over the host's
include dir when cross-compiling.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
10 years ago
Alexandru Ardelean
f729ba98c5
python3: export CC + CCSHARED env vars to cross-compile Python C extensions properly
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
10 years ago
Alexandru Ardelean
f699a1f8f9
python: fix source folder for libpython
This fix is quite critical since it fixes copying the libpython shared lib.
The previous source folder we've used is ok, it has the shared lib,
but libpython2.7.so is not a symlink of libpython2.7.so.1.0, but
rather a copy of it.
Which means that libpython2.7.so takes twice as much space
on the target's flash.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
10 years ago
Jo-Philipp Wich
408b2e9dd6
freeradius2: relax SSL version checks
Merge upstream commit 5ae2a70a13
to relax the
SSL library version check at runtime.
The objective is to avoid the need for rebuilding freeradius2 whenever we push
binary updates for libopenssl. See https://dev.openwrt.org/ticket/18169 for
reference.
Please backport this change to the for-14.07 branch as well.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
10 years ago
Alexandru Ardelean
5bf4866fd9
python3: add patch to disable package compiles/tests during cross-builts
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
10 years ago