diff --git a/DriverManager/odbc.pc.in b/DriverManager/odbc.pc.in index 8f9d2e54..f527185d 100644 --- a/DriverManager/odbc.pc.in +++ b/DriverManager/odbc.pc.in @@ -8,10 +8,12 @@ longodbcversion=3.52 odbcini=@SYSTEM_FILE_PATH@/odbc.ini odbcinstini=@SYSTEM_FILE_PATH@/odbcinst.ini ulen=@ODBC_ULEN@ +build_cflags=@ODBC_CFLAGS@ -Name: unixODBC -Description: unixODBC is an Open Source ODBC sub-system. +Name: odbc (@PACKAGE_NAME@) +Description: unixODBC Driver Manager library URL: http://unixodbc.org Version: @PACKAGE_VERSION@ -Cflags: @ODBC_CFLAGS@ -I${includedir} +Cflags: -I${includedir} Libs: -L${libdir} -lodbc +Libs.private: @LIBLTDL@ @LIBS@ diff --git a/cur/odbccr.pc.in b/cur/odbccr.pc.in index 8d046771..8abb9bfc 100644 --- a/cur/odbccr.pc.in +++ b/cur/odbccr.pc.in @@ -3,9 +3,10 @@ exec_prefix=@exec_prefix@ includedir=@includedir@ libdir=@libdir@ -Name: unixODBC -Description: unixODBC is an Open Source ODBC sub-system. +Name: odbccr (@PACKAGE_NAME@) +Description: unixODBC Cursor Library URL: http://unixodbc.org Version: @PACKAGE_VERSION@ +Requires: odbc Cflags: -I${includedir} Libs: -L${libdir} -lodbccr diff --git a/odbcinst/odbcinst.pc.in b/odbcinst/odbcinst.pc.in index 31f9a497..019c8759 100644 --- a/odbcinst/odbcinst.pc.in +++ b/odbcinst/odbcinst.pc.in @@ -3,9 +3,10 @@ exec_prefix=@exec_prefix@ includedir=@includedir@ libdir=@libdir@ -Name: unixODBC -Description: unixODBC is an Open Source ODBC sub-system. +Name: odbcinst (@PACKAGE_NAME@) +Description: unixODBC Configuration Library URL: http://unixodbc.org Version: @PACKAGE_VERSION@ Cflags: -I${includedir} Libs: -L${libdir} -lodbcinst +Libs.private: @LIBLTDL@ @LIBS@