fix x86_64 build

This commit is contained in:
crazywhalecc 2023-12-21 15:02:21 +08:00 committed by Jerry Ma
parent a632caed54
commit 3828ba7c77
2 changed files with 5 additions and 4 deletions

View File

@ -463,8 +463,8 @@
"path": "php-src/ext/sqlsrv", "path": "php-src/ext/sqlsrv",
"filename": "sqlsrv.tgz", "filename": "sqlsrv.tgz",
"license": { "license": {
"type": "text", "type": "file",
"text": "TODO" "path": "LICENSE"
} }
}, },
"swoole": { "swoole": {
@ -500,8 +500,8 @@
"type": "url", "type": "url",
"url": "https://www.unixodbc.org/unixODBC-2.3.12.tar.gz", "url": "https://www.unixodbc.org/unixODBC-2.3.12.tar.gz",
"license": { "license": {
"type": "text", "type": "file",
"text": "TODO" "path": "COPYING"
} }
}, },
"xlswriter": { "xlswriter": {

View File

@ -22,6 +22,7 @@ trait unixodbc
'--disable-debug ' . '--disable-debug ' .
'--disable-dependency-tracking ' . '--disable-dependency-tracking ' .
'--with-libiconv-prefix=' . BUILD_ROOT_PATH . ' ' . '--with-libiconv-prefix=' . BUILD_ROOT_PATH . ' ' .
'--with-included-ltdl ' .
'--enable-gui=no ' . '--enable-gui=no ' .
'--prefix=' '--prefix='
) )