1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-12 06:49:18 -04:00
ports/net-mgmt/zabbix2-server/files/patch-configure
Danilo Egea Gondolfo 0e9558fce6 - Update to 2.0.20
PR:		213242
Submitted by:	pg@pakhom.spb.ru
2017-02-08 00:54:30 +00:00

13 lines
408 B
Text

--- configure.orig 2016-12-07 10:03:38 UTC
+++ configure
@@ -8931,8 +8931,8 @@ $as_echo_n "checking for iODBC support..
fi
fi
- if test -f "$_libiodbc_with/include/sql.h"; then
- IODBC_CFLAGS="-I$_libiodbc_with/include"
+ if test -f "$_libiodbc_with/include/libiodbc/sql.h"; then
+ IODBC_CFLAGS="-I$_libiodbc_with/include/libiodbc"
IODBC_LDFLAGS="-L$_libiodbc_with/lib"
IODBC_LIBS="-liodbc"