Steven Barth
e1e671139c
mysql: disable SSP for ppc (toolchain issue?)
Signed-off-by: Steven Barth <steven@midlink.org>
10 years ago
Jo-Philipp Wich
431ad5f682
sysstat: fix musl compatibility
Add missing `limits.h` and `sys/types.h` includes to the appropriate
source files.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
10 years ago
Jo-Philipp Wich
b2aba46406
tcsh: fix musl compatibility
Avoid using `union wait` under musl as it does not provide this definition.
Implement solution suggested by http://www.openwall.com/lists/musl/2013/06/21/4
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
10 years ago
Álvaro Fernández Rojas
fc959cf5b8
flashrom: fix build with musl
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
10 years ago
Jo-Philipp Wich
e838c7f736
screen: fix musl compatibility
Add missing `os.h` include to `utmp.c` to pull in the required `utmp.h` header.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
10 years ago
heil
3661e01a0d
acpid: Import from oldpackages, update to latest version, add myself as
maintainer, ensure musl compatibility
- with acpid kvm based setups can react on acpi shutdown and reboot
actions
Signed-off-by: heil <heil@terminal-consulting.de>
10 years ago
Hannu Nyman
23334b9816
rng-tools: musl compatibility
Make rng-tools to compile with musl
by adding similar argp dependencies as with uclibc.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
10 years ago
Jo-Philipp Wich
d028771f28
avrdude: fix musl compatibility
- Build with -D_GNU_SOURCE to expose "loff_t" required for libelf.h
- Include sys/types.h before usb.h to provide missing u_int*_t types
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
10 years ago
Richard Kunze
791e912871
hdparm: Updated to latest version 9.47, removed obsolete patch.
Signed-off-by: Richard Kunze <richard.kunze@web.de>
10 years ago
Jo-Philipp Wich
acfce97879
picocom: fix compilation with musl ( #1383 )
Only use termio.h with glibc or uclibc, for musl include sys/ioctl.h and
termios.h instead.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
10 years ago
Daniel Golle
36e4c90f6c
f2fs-tools: fix build with musl
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
10 years ago
Steven Barth
ccadda422b
procps: fix for new musl libc
Signed-off-by: Steven Barth <steven@midlink.org>
10 years ago
Steven Barth
0a2681c8e4
bzip2: moved to base
Signed-off-by: Steven Barth <steven@midlink.org>
10 years ago
Vladimir Ulrich
12f573dded
[utils/zoneinfo] Updated to the latest version
Signed-off-by: Vladimir Ulrich <admin@evl.su>
10 years ago
Daniel Golle
3a81a9b9fa
lvm2: update source and refresh patches
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
10 years ago
Maxim Storchak
15330a002e
smartmontools: update to 6.4
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
10 years ago
Marko Ratkaj
b4f4e3488a
sysstat: add license info
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
10 years ago
Daniel Golle
c8a6990932
lxc: fix build on mpc85xx
Initialize ret to 0 so compiler no longer complains about
monitor.c: In function 'lxc_monitor_open':
monitor.c:212:5: error: 'ret' may be used uninitialized in this function [-Werror=maybe-uninitialized]
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
10 years ago
Marko Ratkaj
08631d9c8f
sysstat: import from old packages
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
10 years ago
Florian Fieber
9f4c0abc22
vim: Fix editing crontabs with crontab -e
Per default, vim creates a new file and keeps the original file as backup.
This leads to crontab checking the backup file for changes instead of the
one actually being edited, resulting in any changes being silently dropped.
Since busybox's crontab saves temporary crontab files in "/etc/crontabs.*"
vim's default of "backupskip=/tmp/*" doesn't circumvent this.
This commit fixes this issue by appending "/etc/crontabs.*" to "backupskip".
Signed-off-by: Florian Fieber <florian@florianfieber.de>
10 years ago
Daniel Golle
180d34f70b
lxc: allow building with seccomp
seccomp was unconditionally disabled before.
Also a non-escaped newline in a place where it should be escaped
made the build process skip some CONFIGURE_ARGS.
Fix CONFIGURE_ARGS and add an option to allow building with seccomp.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
10 years ago
Paul Fertser
6e416709e8
openocd: update to final 0.9.0
Disables building documentation to avoid makeinfo v4,v5
incompatibilities.
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
10 years ago
Michael Heimpold
4020ee4fb6
mmc-utils: upgrade to latest revision
New features are commands for eMMC cache control and gp partition
creation.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
10 years ago
Alex Samorukov
19d236187e
Add lxc-device applet to the utils/lxc.
lxc-device manages devices in running container.
Signed-off-by: Alex Samorukov <samm@os2.kiev.ua>
10 years ago
Nuno Goncalves
2de5acd6bd
tcsh: update to 6.19.00
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
10 years ago
Christian Pointner
a7a015fb72
pps-tools: enable for Linux 3.18
Signed-off-by: Christian Pointner <equinox@spreadspace.org>
10 years ago
Marcel Denia
5fa4fc4884
bash: Update to 4.3.39
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
Ted Hess
87f1259fda
vim: Fix false broken package status (buildbot)
Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years ago
Alexander Ryzhov
72322f24ae
lsof: respect IPv6 settings
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
10 years ago
Alexander Ryzhov
2f75695b39
xz: add xz-utils meta package
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
10 years ago
Daniel Golle
3a98dd9f31
lvm2: switch to version 2.2.02.120
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
10 years ago
Charles Lehner
851c9c9da7
ncdu: update to 1.11
- Add patch to get WEXITSTATUS and WIFEXITED defined
The issue is fixed in upstream's development repo, so the patch won't be
needed with ncdu's next release.
- Depend on more commonly used libncurses instead of libncursesw
- Enable parallel build
- Update copyright
Signed-off-by: Charles Lehner <cel@celehner.com>
10 years ago
Alex Samorukov
552f24a63f
Add lxc-device applet
Signed-off-by: Alex Samorukov <samm@os2.kiev.ua>
10 years ago
Daniel Golle
764c55e013
opensc: update source, refresh patches
Also import two new GnuK-related patches.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
10 years ago
Daniel Golle
a7526b1a08
ccid: update source
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
10 years ago
Luka Perkov
1211a4d708
taskwarrior: update to 2.4.4
Signed-off-by: Luka Perkov <luka@openwrt.org>
10 years ago
Luka Perkov
b240c7ede6
tmux: update to 2.0
Signed-off-by: Luka Perkov <luka@openwrt.org>
10 years ago
Daniel Golle
855fdd21d1
lvm2: finally fix memory locking issues on musl
Always use mlockall fixes it, still trying to keep everything else
as untouched as possible.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
10 years ago
Daniel Golle
6eb0919b90
cryptodev: get rid of get_unused_fd()
The get_unused_fd() macro was removed upstream by
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=f938612dd97d481b8b5bf960c992ae577f081c17
Thus replace get_unused_fd() by get_unused_fd_flags(0) which used to
be the definition of the get_unused_fd() macro before it was removed.
This fixes cryptodev compilation on kernel 4.0.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
10 years ago
Daniel Golle
142a24a10b
lvm2: better workaround for missing mallinfo on musl
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
10 years ago
Daniel Golle
ecb702d79b
lvm2: bump version
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
10 years ago
Ted Hess
2bdf5147cc
avrdude: Add libelf dependency
Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years ago
Bruno Randolf
18dbe6dbfd
Add package: bc
Copied from oldpackages and slightly updated.
Signed-off-by: Bruno Randolf <br1@einfach.org>
10 years ago
Vladimir Ulrich
3ab289ca7f
[utils/zoneinfo] Updated to the latest version
Signed-off-by: Vladimir Ulrich <admin@evl.su>
10 years ago
Daniel Golle
f5cc8c27d7
lvm2: fix build with musl
stdin, stderr and stdout are constants on musl and it doesn't provide
mallinfo.
Both, overwriting std* were used to catch and work around various
misbehaviours of glibc, so it's hopefully save to just skip them when
building against other libc implementations.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
10 years ago
Paul Fertser
fea9189e89
openocd: update to 0.9.0-rc1
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
10 years ago
Ted Hess
1637dcbf99
avrdude: move from oldpackages, update to latest version & build opts
Signed-off-by: Ted Hess <thess@kitschensync.net>
10 years ago
Alexander Ryzhov
c8d867b96a
bzip2: respect LDFLAGS
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
10 years ago
Alexander Ryzhov
2ded312918
Remove libcrypto dependency
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
10 years ago
Alexander Ryzhov
f2c3449bc5
smstools3: remove unnecessary build deps
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
10 years ago