From 3901fa29d20db1380ae2ed8d3025c792288175d2 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Sun, 8 May 2016 20:05:21 -0400 Subject: [PATCH] elfutils: Remove clearing of library files The spurious linking against libelf when autoconf checks for getloadavg has been fixed in the affected packaegs --- packages/elfutils/build.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/packages/elfutils/build.sh b/packages/elfutils/build.sh index 18e643560..4ce198507 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* -}