chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32a0a74
)
elfutils: Remove clearing of library files
author
Fredrik Fornwall
<fredrik@fornwall.net>
Mon, 9 May 2016 00:05:21 +0000
(20:05 -0400)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Mon, 9 May 2016 00:05:21 +0000
(20:05 -0400)
The spurious linking against libelf when autoconf checks for
getloadavg has been fixed in the affected packaegs
packages/elfutils/build.sh
patch
|
blob
|
blame
|
history
diff --git
a/packages/elfutils/build.sh
b/packages/elfutils/build.sh
index 18e643560d7fe6ff3b64109bd389b36091877cc8..4ce198507ef2b13c8dcd9f4833c954ea410f980e 100644
(file)
--- 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*
-}