specs/stx-jv.rbspec
changeset 330 2744e5db6ffb
parent 329 1c4e83b28ba2
child 334 eb15c224410b
--- a/specs/stx-jv.rbspec	Fri Jul 29 19:37:10 2022 +0100
+++ b/specs/stx-jv.rbspec	Fri Aug 12 23:19:47 2022 +0100
@@ -118,6 +118,11 @@
   package "stx:libsvn", :repository => :'jv-branch:public', :branch => 'jv'
   package "stx:libjavascript", :repository => :'jv-branch:public', :branch => 'jv'
 
+  # Build but do not link ODBC package on Linux as it is usually
+  # not installed by default (and rarely used)
+  if 'riscv64-unknown-linux-gnu' =~ /linux/ then
+    package "stx:libdb/libodbc", :link => false
+  end
 
   # Some more development tools to build and preload
   # ======================================================================