mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
13 lines
356 B
Plaintext
13 lines
356 B
Plaintext
Index: setup.py
|
|
--- setup.py.orig
|
|
+++ setup.py
|
|
@@ -175,7 +175,7 @@ def get_compiler_settings():
|
|
settings['extra_link_args'].extend(ldflags.split())
|
|
|
|
# What is the proper way to detect iODBC, MyODBC, unixODBC, etc.?
|
|
- settings['libraries'].append('odbc')
|
|
+ settings['libraries'].append('iodbc')
|
|
|
|
return settings
|
|
|