mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-19 11:24:18 +08:00
Merge branch 'fix-xz' into 'master'
Resolve xz building issue for me See merge request redox-os/cookbook!212
This commit is contained in:
commit
435a9bfd37
@ -12,6 +12,10 @@ function recipe_update {
|
||||
}
|
||||
|
||||
function recipe_build {
|
||||
# Workaround of
|
||||
# xzdec: hidden symbol `main' in xzdec-xzdec.o is referenced by DSO
|
||||
export CFLAGS="-fvisibility=default"
|
||||
|
||||
./autogen.sh
|
||||
chmod +w build-aux/config.sub
|
||||
wget -O build-aux/config.sub http://git.savannah.gnu.org/cgit/config.git/plain/config.sub
|
||||
|
||||
Loading…
Reference in New Issue
Block a user