|
@@ -3,7 +3,7 @@
|
|
|
RETCODE=$(fw_exists ${IROOT}/ffead-cpp.installed)
|
|
|
[ ! "$RETCODE" == 0 ] || { return 0; }
|
|
|
|
|
|
-sudo apt-get remove libodbc1 unixodbc unixodbc-dev
|
|
|
+sudo apt-get remove -y libodbc1 unixodbc unixodbc-dev
|
|
|
|
|
|
fw_get -o unixODBC-2.3.4.tar.gz ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-2.3.4.tar.gz
|
|
|
fw_untar unixODBC-2.3.4.tar.gz
|
|
@@ -11,7 +11,7 @@ cd unixODBC-2.3.4
|
|
|
./configure --enable-stats=no --enable-gui=no --enable-drivers=no --enable-iconv --with-iconv-char-enc=UTF8 --with-iconv-ucode-enc=UTF16LE --libdir=/usr/lib/x86_64-linux-gnu --prefix=/usr --sysconfdir=/etc
|
|
|
sudo make install
|
|
|
|
|
|
-sudo apt-get install build-essential
|
|
|
+sudo apt-get install -y build-essential
|
|
|
sudo apt-get install -y uuid-dev libmyodbc odbc-postgresql
|
|
|
|
|
|
fw_get -o ffead-cpp-2.0.tar.gz https://github.com/sumeetchhetri/ffead-cpp/releases/download/2.0/ffead-cpp-2.0-te-bin.tar.gz
|