Christian Wiese
0881365ea0
musl: fixed to also force reinstall of arch specific headers
...
This fixes the issue that arch specific headers will not appear in the flist
file when cross-compiling, and thus being missing in the resulting binary
package.
11 years ago
Christian Wiese
f91592233a
musl/iptables: fixed command line parsing by using gnu-getopt compat package
11 years ago
Christian Wiese
d416ce05cb
musl: fixed man package to build
11 years ago
Christian Wiese
bc0f7dff69
musl: fix eudev by defining _GNU_SOURCE
11 years ago
Christian Wiese
5b24e78a23
musl: fixed ebtables to compile
11 years ago
Christian Wiese
8ab203cde4
musl: removed openvpn patch because we use libc-compat.h now
11 years ago
Christian Wiese
442d9b166b
musl: fixed parse-config-9 to not map the linux-header package to the linux package
...
Applying libc-compat.h related patches to the kernel itself breaks the build.
It doesn't really make much sense to do that anyway because it is highly
unlikely that there will be any musl dpecific patch for the kernel itself.
11 years ago
Christian Wiese
4830e449d2
Revert "musl: renamed pkg dir (linux-header -> linux) fixing linux-header patching"
...
This reverts commit d0201f400f
.
11 years ago
Christian Wiese
e9925b0bb2
musl: Updated (1.0.1 -> 1.1.0)
11 years ago
Christian Wiese
7766d2630f
musl: marked package stable
11 years ago
Christian Wiese
f1356b744c
musl: changed parse-config-9 to be more consistent when notifying about appending patches
11 years ago
Christian Wiese
ffb1dee068
musl: improved parse-config-9 to also handle patches only applied at toolchain stage
11 years ago
Christian Wiese
d0201f400f
musl: renamed pkg dir (linux-header -> linux) fixing linux-header patching
...
In the parse-config-9 we map the linux-header and linux package to the same
directory which is 'linux' thus the patches in the linux-header subdir were
not applied.
11 years ago
Christian Wiese
09964d06c2
musl: changed to install libc.so as libc-musl-$arch.so.1 and make libc.so a symlink
11 years ago
Christian Wiese
9d590cc73a
musl/linux-header: use libc-compat.h to avoid redefinition errors for 'struct ethhdr'
11 years ago
Christian Wiese
a53ca10176
musl/linux-headers: add <linux/libc-compat.h> a compatibility interface for userspace libc header coordination
...
Origin: https://github.com/sabotage-linux/kernel-headers/blob/master/generic/include/linux/libc-compat.h
11 years ago
Christian Wiese
8f592967a6
musl: Updated (1.0.0 -> 1.0.1)
11 years ago
Christian Wiese
7e09718f1b
musl: add initial pieces for a musl specific shared config.cache
11 years ago
Christian Wiese
7aa1ebe612
musl: fixed mine to build
11 years ago
Christian Wiese
9f35bf9a4a
procps: add tweaks to get procps build with musl
11 years ago
Christian Wiese
7a94eceaba
musl/ethtool: fixed to use standard int types
11 years ago
Christian Wiese
2b65d57277
musl/bdb: add tweak to fix config.sub for having musl triplet support
11 years ago
Christian Wiese
07addf18c9
musl/gzip: fixed undefined symbols to rpl_fflush and rpl_fseeko
11 years ago
Christian Wiese
24972b44dd
musl/pciutils: fixed build on x86
...
patch origin: sabotage linux
https://raw.githubusercontent.com/sabotage-linux/sabotage/8054eda9e3b5e58309e36d8d2223aba00a9480e6/KEEP/pciutils-pread.patch
11 years ago
Christian Wiese
22ad0ceb14
musl/openvpn: add workaround avoiding redefinition of struct ethhdr
11 years ago
Christian Wiese
b445d5d8d9
musl/pciutils: add fix to always use sys/io.h
11 years ago
Christian Wiese
48bcbcf0bc
musl/expat: add fix for config.sub to include musl target support
11 years ago
Christian Wiese
0312f234bc
musl/libnet: add patch from alpine linux for fixing includes
11 years ago
Christian Wiese
3ce65979f7
musl/nginx: add patch removing glibc specific workaround from nginx
11 years ago
Christian Wiese
adc76d804b
musl: fixed strace to compile
11 years ago
Christian Wiese
749c987778
musl: added patch to be able to compile util-linux
11 years ago
Christian Wiese
ed3008aae4
musl: fixed to compile shadow package by disabling rlogin legacy code
11 years ago
Christian Wiese
7123962726
musl: fixed to cross-compile time package with musl
11 years ago
Christian Wiese
1c50673a0a
musl/python: fixed python to build with musl
11 years ago
Christian Wiese
73b3db719c
musl: fixed findutils by running the musl_fix_gnulib() on the included gnulib sources
11 years ago
Christian Wiese
0f0189fe69
musl: Updated (0.9.15 -> 1.0.0)
11 years ago
Nagy Karoly Gabriel
9b435f1a5a
musl/util-vserver: added patches and conf file for musl only builds
11 years ago
Nagy Karoly Gabriel
87531086d8
musl/kmod: added external patches and musl speciffic conf
11 years ago
Christian Wiese
f25cca6cc5
musl: moved postinstall adjustments into dedicated musl_postinstall()
11 years ago
Christian Wiese
9267d083be
musl: fixed to create a libc.so symlink to avoid libtool's attempt linking shared libs against libc.a in certain cases
11 years ago
Christian Wiese
55595a9e7a
musl: fixed to create relative symlink for /usr/bin/ldd
11 years ago
Nagy Karoly Gabriel
3619010740
musl/gdb: added sabotage patches and musl extra configs.
11 years ago
Nagy Karoly Gabriel
2c3f0b8824
musl/iproute2: removed -Werror
11 years ago
Christian Wiese
b9a4a09bd6
lvm2: Updated (2.02.100 -> 2.02.104) and rediffed musl patch accordingly
11 years ago
Christian Wiese
7c1c7f818c
musl: Updated (0.9.14 -> 0.9.15)
11 years ago
Christian Wiese
ad42ed6c95
musl/gcc: updated to the latest patch for gcc 4.7.3
...
This update was particularly done to fix the armhf support!
Now it is possible to generate working targets that have been optimised for
armhf.
Note
The original patch was made by Gregor Richards
ea98c70edb/patches/gcc-4.7.3-musl.diff
The patch was slightly modified to fit into OpenSDE's current gcc patchset!
Please look at the patch itself if you want to know more about the tiny
adjustment.
11 years ago
Christian Wiese
1f94617a8d
musl/mdadm: fixed compiling adding a bunch of patches
11 years ago
Christian Wiese
1b5dc9a1ad
musl/lvm2: fixed compiling
11 years ago
Christian Wiese
ec405d1972
musl/e2fsprogs: fixed unknown type name __uint64_t
11 years ago
Christian Wiese
e76ac830ef
musl/lvm2: improved parse-config-9 to fix autoconf/config.sub
11 years ago