$OpenBSD: patch-setup_py,v 1.4 2019/11/23 14:32:28 sthen Exp $

Index: setup.py
--- setup.py.orig
+++ setup.py
@@ -208,7 +208,7 @@ def get_compiler_settings(version_str):
 #            settings['define_macros'].append(('SQL_WCHART_CONVERT', '1'))
 
         # What is the proper way to detect iODBC, MyODBC, unixODBC, etc.?
-        settings['libraries'].append('odbc')
+        settings['libraries'].append('iodbc')
 
     return settings
 
