repo/core/libelf/build
2019-10-07 16:53:57 +03:00

11 lines
146 B
Bash
Executable File

#!/bin/sh -e
patch -p1 < preprocessor-warnings.patch
./configure \
--prefix=/usr \
--enable-nls=auto
make
make prefix="$1/usr" install