aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rwxr-xr-xcore/libelf/build3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/libelf/build b/core/libelf/build
index a7a7f497..94916479 100755
--- a/core/libelf/build
+++ b/core/libelf/build
@@ -1,6 +1,7 @@
#!/bin/sh -e
-sed -i 's/-I/-isystem /g' libelf.pc.in
+sed 's/-I/-isystem /g' libelf.pc.in > _
+cat _ > libelf.pc.in; rm -f _
./configure \
--prefix=/usr \