forked from alnux/repo
10 lines
155 B
Text
10 lines
155 B
Text
|
CFLAGS_FOR_BUILD=-fPIC \
|
||
|
./configure \
|
||
|
--prefix=/usr \
|
||
|
--without-xmlto \
|
||
|
--disable-specs \
|
||
|
--enable-static
|
||
|
|
||
|
make
|
||
|
make DESTDIR="$1" install
|