aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/nanodbc/CONTROL3
-rw-r--r--ports/unixodbc/CONTROL2
-rw-r--r--ports/unixodbc/portfile.cmake1
-rwxr-xr-xscripts/azure-pipelines/linux/provision-image.sh3
4 files changed, 4 insertions, 5 deletions
diff --git a/ports/nanodbc/CONTROL b/ports/nanodbc/CONTROL
index a4513d4f6..92097e188 100644
--- a/ports/nanodbc/CONTROL
+++ b/ports/nanodbc/CONTROL
@@ -1,4 +1,5 @@
Source: nanodbc
-Version: 2.12.4-7
+Version: 2.12.4-8
Homepage: https://github.com/lexicalunit/nanodbc
Description: A small C++ wrapper for the native C ODBC API.
+Build-Depends: unixodbc
diff --git a/ports/unixodbc/CONTROL b/ports/unixodbc/CONTROL
index c82960153..8ff0ce87b 100644
--- a/ports/unixodbc/CONTROL
+++ b/ports/unixodbc/CONTROL
@@ -1,5 +1,5 @@
Source: unixodbc
-Version: 2.3.7
+Version: 2.3.7-1
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
Supports: (osx|linux)
diff --git a/ports/unixodbc/portfile.cmake b/ports/unixodbc/portfile.cmake
index 31cdf33e8..4ae0fd149 100644
--- a/ports/unixodbc/portfile.cmake
+++ b/ports/unixodbc/portfile.cmake
@@ -11,6 +11,7 @@ vcpkg_from_github(
vcpkg_configure_make(
SOURCE_PATH ${SOURCE_PATH}
AUTOCONFIG
+ COPY_SOURCE
)
vcpkg_install_make()
diff --git a/scripts/azure-pipelines/linux/provision-image.sh b/scripts/azure-pipelines/linux/provision-image.sh
index e71a67a84..55f3ce638 100755
--- a/scripts/azure-pipelines/linux/provision-image.sh
+++ b/scripts/azure-pipelines/linux/provision-image.sh
@@ -46,9 +46,6 @@ sudo apt update
sudo add-apt-repository universe
sudo apt install -y powershell
-# Install odbc
-sudo apt install -y unixodbc-dev
-
# Write SMB credentials
sudo mkdir /etc/smbcredentials
smbCredentialFile=/etc/smbcredentials/$StorageAccountName.cred