fix flmsg build

pull/322/head
KM4ACK 2021-10-12 05:20:43 -05:00
rodzic 0a8c491067
commit 4699e61fc2
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -131,7 +131,7 @@ FLMSG() {
#Build FLMSG
cd ${MSGPKG} || return
./configure --prefix=/usr/local --enable-static
./configure --prefix=/usr/local --enable-static --without-flxmlrpc
make
sudo make install
sudo ldconfig