summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure b/configure
index f8af498a..6a4aff50 100755
--- a/configure
+++ b/configure
@@ -7613,7 +7613,10 @@ $as_echo "$as_me: running ${elfutils_srcdir}/configure" >&6;}
--prefix="$prefix" \
CFLAGS="${CFLAGS/-Wall/}" \
LDFLAGS="$LDFLAGS $elfutils_rpath" &&
- make install-data # so that elfutils/version.h - if any - may be found.
+ make -k install-data # so that elfutils/version.h - if any - may be found.
+ # Note, we need -k because parts (like to po files) might fail,
+ # since those fo to $prefix to which we might not be able to write.
+ # We are only really interested in the include-elfutils files anyway here.
)
save_CPPFLAGS=${CPPFLAGS}
CPPFLAGS="${CPPFLAGS} -Iinclude-elfutils" # in case bundled elfutils