Skip to content
Snippets Groups Projects
Verified Commit 2bc929b6 authored by jD91mZM2's avatar jD91mZM2
Browse files

Resolve xz building issue for me

parent 26187c28
No related branches found
No related tags found
1 merge request!212Resolve xz building issue for me
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment