diff --git a/config/source.json b/config/source.json index d9cd69dd..276cb4bd 100644 --- a/config/source.json +++ b/config/source.json @@ -463,8 +463,8 @@ "path": "php-src/ext/sqlsrv", "filename": "sqlsrv.tgz", "license": { - "type": "text", - "text": "TODO" + "type": "file", + "path": "LICENSE" } }, "swoole": { @@ -500,8 +500,8 @@ "type": "url", "url": "https://www.unixodbc.org/unixODBC-2.3.12.tar.gz", "license": { - "type": "text", - "text": "TODO" + "type": "file", + "path": "COPYING" } }, "xlswriter": { diff --git a/src/SPC/builder/unix/library/unixodbc.php b/src/SPC/builder/unix/library/unixodbc.php index 48c403e0..f89eb0a4 100644 --- a/src/SPC/builder/unix/library/unixodbc.php +++ b/src/SPC/builder/unix/library/unixodbc.php @@ -22,6 +22,7 @@ trait unixodbc '--disable-debug ' . '--disable-dependency-tracking ' . '--with-libiconv-prefix=' . BUILD_ROOT_PATH . ' ' . + '--with-included-ltdl ' . '--enable-gui=no ' . '--prefix=' )