elfutils (618B)
1 {% extends "autotools" %} 2 {%- block extra_deps %} 3 #@untar:-j:sha256:39bd8f1a338e2b7cd4abc3ff11a0eddc6e690f69578a57478d8179b4148708c8:. 4 {%- endblock %} 5 {% block at_script %} 6 export CFLAGS="-D_GNU_SOURCE -Wno-error -Wno-null-dereference" 7 export LDFLAGS="-static -L{{ pkg_install_dir("musl-cross-make") }}/lib" 8 9 autotools elfutils-0.189 \ 10 --disable-nls \ 11 --disable-werror \ 12 --program-prefix=eu- \ 13 --enable-deterministic-archives \ 14 --disable-nls \ 15 --disable-libdebuginfod \ 16 --disable-debuginfod \ 17 --without-zstd \ 18 --without-argp 19 {% endblock %} 20 {% block genlinks_begin %} 21 x["./library/libelf.a"]=1 22 {% endblock %}