isl: Fix configure options
This commit is contained in:
parent
bf43c0d7a0
commit
3d8dd2688c
@ -28,7 +28,7 @@ prepare() {
|
|||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/${pkgbase}-${pkgver}"
|
cd "$srcdir/${pkgbase}-${pkgver}"
|
||||||
./configure --prefix=/usr --enable-static --disable-shared
|
./configure --prefix=/usr --enable-shared --disable-static
|
||||||
make
|
make
|
||||||
make -j1 DESTDIR="${srcdir}/dest" install
|
make -j1 DESTDIR="${srcdir}/dest" install
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user