diff options
author | Cem Keylan <cem@ckyln.com> | 2021-11-15 19:54:48 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-11-15 19:54:48 +0100 |
commit | 456c1893a6960140a121b927d31e4a7fb6e2afe7 (patch) | |
tree | 260f7f311e36686510c6104dc5874d8256b2a56a /extra/libelf/build | |
parent | 9173c1c3d485371a5ba764b70979d98155e49a59 (diff) | |
download | repository-456c1893a6960140a121b927d31e4a7fb6e2afe7.tar.gz |
libelf: bump to 0.186
Diffstat (limited to 'extra/libelf/build')
-rwxr-xr-x | extra/libelf/build | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/extra/libelf/build b/extra/libelf/build index 3e4b1fd7..f4d2f513 100755 --- a/extra/libelf/build +++ b/extra/libelf/build @@ -8,8 +8,10 @@ clsed 's/as_fn_error.*argp/: "/g' configure clsed 's/as_fn_error.*fts/: "/g' configure clsed 's/as_fn_error.*obstack/: "/g' configure -# Don't compile two unrelated C files which require argp. +# Don't compile unrelated C files which require argp. clsed 's/color.*printversion../#/g' lib/Makefile.in +clsed 's/error.*printversion../#/g' lib/Makefile.in +clsed 's/color\.\$(OBJ/#/g' lib/Makefile.in ./configure \ --prefix=/usr \ |