9 lines
155 B
Text
Executable file
9 lines
155 B
Text
Executable file
CFLAGS_FOR_BUILD=-fPIC \
|
|
./configure \
|
|
--prefix=/usr \
|
|
--without-xmlto \
|
|
--disable-specs \
|
|
--enable-static
|
|
|
|
make
|
|
make DESTDIR="$1" install
|