commit 65e4bd520e062177a59b5bf3d3bdf85d6d032cab parent 6101f9326d17daefe69f1d3a5e3bad7ce5b792a5 Author: Cem Keylan <cem@ckyln.com> Date: Wed, 29 Jan 2020 20:04:56 +0300 libelf: remove -i from sed on build Diffstat:
M | core/libelf/build | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/libelf/build b/core/libelf/build @@ -1,6 +1,6 @@ #!/bin/sh -e -sed -i 's/-I/-isystem /g' libelf.pc.in +sed 's/-I/-isystem /g' libelf.pc.in > libelf.pc.in.bak && mv libelf.pc.in.bak libelf.pc.in ./configure \ --prefix=/usr \