Alejandro Mery
56a60a1cbb
musl: as it builds it's own libssp, disable gcc's
Signed-off-by: Alejandro Mery <amery@geeks.cl>
9 years ago
Alejandro Mery
ab378f2369
musl: fix getent went built on stage 0 against glibc
which doesn't provide strlcpy() even if you _BSD_SOURCE
Signed-off-by: Alejandro Mery <amery@geeks.cl>
9 years ago
Nagy Károly Gábriel
541f29410b
musl: added file forgotten in commit 565baddd63
.
9 years ago
Nagy Károly Gábriel
565baddd63
musl: enhanced to build a libssp so the one from gcc is not needed.
9 years ago
Nagy Károly Gábriel
7f21f5e33d
musl: added getent utility from alpine linux and a hotfix from upstream.
9 years ago
Nagy Károly Gábriel
6bc300f415
musl: Updated (1.1.6 -> 1.1.12)
9 years ago
Nagy Károly Gábriel
41433e6037
musl: addeed patch for building psmisc.
9 years ago
Nagy Károly Gábriel
e4a8cf5c63
musl: removed util-linux patch, not needed anymore.
9 years ago
Nagy Károly Gábriel
d3da6ec2f5
musl: added patch from upstream to fix incorrect void return type for syncfs function.
9 years ago
Nagy Károly Gábriel
eeddd48976
musl: updated kmod patches
9 years ago
Nagy Károly Gábriel
16c4b2c9b3
mdadm: removed obsolete musl patches and disabled Werror
9 years ago
Nagy Károly Gábriel
b5f8e082f3
python: Updated (2.7.9 -> 2.7.10)
9 years ago
Nagy Károly Gábriel
c354173be1
opensmtpd: added some musl patches and marked crosscompilable if requested. WIP!
9 years ago
Alejandro Mery
bdc0aebb33
musl: disabled by default
it should only be enabled via SDECFG_LIBC=musl
9 years ago
Nagy Károly Gábriel
676595f274
musl: Updated (1.1.4 -> 1.1.6)
10 years ago
Nagy Károly Gábriel
b1bf2bdc12
openvswitch: added musl fixes.
10 years ago
Nagy Károly Gábriel
d4e6d60123
iproute2: Updated (3.10.0 -> 3.19.0)
10 years ago
Nagy Károly Gábriel
177a71f007
libgpg-error: fixed musl build to install .pc file.
10 years ago
Nagy Károly Gábriel
a0a788d372
xen-tools: addeed forgoten musl support patch.
10 years ago
Nagy Károly Gábriel
ca18802181
libgpg-error: Updated (1.12 -> 1.17) also updated pkgconfig.patch
10 years ago
Nagy Károly Gábriel
4b4a051fe0
lvm2: Updated (2.02.111 -> 2.02.116)
10 years ago
Nagy Károly Gábriel
67a1e5e60e
musl: fixed sysvinit package to build
10 years ago
Alejandro Mery
3be4ca8c12
gdb: Updated (7.6.2 -> 7.7.1)
and remove obsolete musl patches
Signed-off-by: Alejandro Mery <amery@geeks.cl>
10 years ago
Alejandro Mery
19b18f955a
musl: remove linux-header patches
$ tar -jtf download/mirror/l/linux-3.14.tar.bz2 | grep libc-compat.h
linux-3.14/include/uapi/linux/libc-compat.h
10 years ago
Alejandro Mery
27a7bc5d6d
musl: disable glibc and uclibc when building a musl based system
10 years ago
Alejandro Mery
9b3faf8f86
musl: Updated (1.1.3 -> 1.1.4)
Signed-off-by: Alejandro Mery <amery@geeks.cl>
10 years ago
Christian Wiese
f6b8cc1af7
musl: Updated (1.1.0 -> 1.1.3)
10 years ago
Christian Wiese
f12c72e087
musl: fixed kexec-tools to build
10 years ago
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.
10 years ago
Christian Wiese
f91592233a
musl/iptables: fixed command line parsing by using gnu-getopt compat package
10 years ago
Christian Wiese
d416ce05cb
musl: fixed man package to build
10 years ago
Christian Wiese
bc0f7dff69
musl: fix eudev by defining _GNU_SOURCE
10 years ago
Christian Wiese
5b24e78a23
musl: fixed ebtables to compile
10 years ago
Christian Wiese
8ab203cde4
musl: removed openvpn patch because we use libc-compat.h now
10 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.
10 years ago
Christian Wiese
4830e449d2
Revert "musl: renamed pkg dir (linux-header -> linux) fixing linux-header patching"
This reverts commit d0201f400f
.
10 years ago
Christian Wiese
e9925b0bb2
musl: Updated (1.0.1 -> 1.1.0)
10 years ago
Christian Wiese
7766d2630f
musl: marked package stable
10 years ago
Christian Wiese
f1356b744c
musl: changed parse-config-9 to be more consistent when notifying about appending patches
10 years ago
Christian Wiese
ffb1dee068
musl: improved parse-config-9 to also handle patches only applied at toolchain stage
10 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.
10 years ago
Christian Wiese
09964d06c2
musl: changed to install libc.so as libc-musl-$arch.so.1 and make libc.so a symlink
10 years ago
Christian Wiese
9d590cc73a
musl/linux-header: use libc-compat.h to avoid redefinition errors for 'struct ethhdr'
10 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
10 years ago
Christian Wiese
8f592967a6
musl: Updated (1.0.0 -> 1.0.1)
10 years ago
Christian Wiese
7e09718f1b
musl: add initial pieces for a musl specific shared config.cache
10 years ago
Christian Wiese
7aa1ebe612
musl: fixed mine to build
10 years ago
Christian Wiese
9f35bf9a4a
procps: add tweaks to get procps build with musl
10 years ago
Christian Wiese
7a94eceaba
musl/ethtool: fixed to use standard int types
10 years ago
Christian Wiese
2b65d57277
musl/bdb: add tweak to fix config.sub for having musl triplet support
10 years ago