X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/27b2f7693074c7ab1cf86ff360ca86a9bc03b3b4..1d9054468f9c8654fe98a301919e4e1e432a788e:/packages/elfutils/build.sh diff --git a/packages/elfutils/build.sh b/packages/elfutils/build.sh index 18e64356..4ce19850 100644 --- a/packages/elfutils/build.sh +++ b/packages/elfutils/build.sh @@ -37,12 +37,3 @@ termux_step_pre_configure () { LDFLAGS+=" -L$TERMUX_PKG_TMPDIR/argp-standalone-1.3" CPPFLAGS+=" -isystem $TERMUX_PKG_TMPDIR/argp-standalone-1.3" } - -#termux_step_post_make_install () { -#make install-includeHEADERS -#} - -termux_step_post_massage () { - # Remove to avoid spurios linking to libelf (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=10648): - rm -f $TERMUX_PREFIX/lib/libelf* -}