mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-22 07:10:16 -07:00
bison: Fix error when libtextstyle is installed. Closes #206
This commit is contained in:
parent
d8cc95329e
commit
6c68935fed
@ -2,7 +2,8 @@
|
|||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--disable-nls
|
--disable-nls \
|
||||||
|
--without-libtextstyle-prefix
|
||||||
|
|
||||||
make
|
make
|
||||||
make DESTDIR="$1" install
|
make DESTDIR="$1" install
|
||||||
|
Loading…
Reference in New Issue
Block a user