diff --git a/core/libelf/build b/core/libelf/build index ece35951..122e36d6 100755 --- a/core/libelf/build +++ b/core/libelf/build @@ -4,7 +4,7 @@ patch -p1 < preprocessor-warnings.patch ./configure \ --prefix=/usr \ - --disable-nls + --enable-nls=auto make make prefix="$1/usr" install