mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-22 18:47:09 +01:00
[unixodbc/nanodbc] Fix unixodbc build failure and set it as a dependency on nanodbc (#11613)
This commit is contained in:
parent
1ffc953ab5
commit
47a883b395
@ -1,4 +1,5 @@
|
|||||||
Source: nanodbc
|
Source: nanodbc
|
||||||
Version: 2.12.4-7
|
Version: 2.12.4-8
|
||||||
Homepage: https://github.com/lexicalunit/nanodbc
|
Homepage: https://github.com/lexicalunit/nanodbc
|
||||||
Description: A small C++ wrapper for the native C ODBC API.
|
Description: A small C++ wrapper for the native C ODBC API.
|
||||||
|
Build-Depends: unixodbc
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Source: unixodbc
|
Source: unixodbc
|
||||||
Version: 2.3.7
|
Version: 2.3.7-1
|
||||||
Homepage: https://github.com/lurcher/unixODBC
|
Homepage: https://github.com/lurcher/unixODBC
|
||||||
Description: unixODBC is an Open Source ODBC sub-system and an ODBC SDK for Linux, Mac OSX, and UNIX
|
Description: unixODBC is an Open Source ODBC sub-system and an ODBC SDK for Linux, Mac OSX, and UNIX
|
||||||
Supports: (osx|linux)
|
Supports: (osx|linux)
|
||||||
|
@ -11,6 +11,7 @@ vcpkg_from_github(
|
|||||||
vcpkg_configure_make(
|
vcpkg_configure_make(
|
||||||
SOURCE_PATH ${SOURCE_PATH}
|
SOURCE_PATH ${SOURCE_PATH}
|
||||||
AUTOCONFIG
|
AUTOCONFIG
|
||||||
|
COPY_SOURCE
|
||||||
)
|
)
|
||||||
|
|
||||||
vcpkg_install_make()
|
vcpkg_install_make()
|
||||||
|
@ -46,9 +46,6 @@ sudo apt update
|
|||||||
sudo add-apt-repository universe
|
sudo add-apt-repository universe
|
||||||
sudo apt install -y powershell
|
sudo apt install -y powershell
|
||||||
|
|
||||||
# Install odbc
|
|
||||||
sudo apt install -y unixodbc-dev
|
|
||||||
|
|
||||||
# Write SMB credentials
|
# Write SMB credentials
|
||||||
sudo mkdir /etc/smbcredentials
|
sudo mkdir /etc/smbcredentials
|
||||||
smbCredentialFile=/etc/smbcredentials/$StorageAccountName.cred
|
smbCredentialFile=/etc/smbcredentials/$StorageAccountName.cred
|
||||||
|
Loading…
x
Reference in New Issue
Block a user