2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00

libelf: let nls be detected

This commit is contained in:
Dylan Araps 2019-10-05 17:54:07 +03:00
parent 76dda86c4c
commit 5dd74681e0
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -4,7 +4,7 @@ patch -p1 < preprocessor-warnings.patch
./configure \
--prefix=/usr \
--disable-nls
--enable-nls=auto
make
make prefix="$1/usr" install