mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-11-08 18:45:00 +08:00
Fix pkg-config Cflags
Previously we needed the cflags to include the original HAVE_ICONV value so that MdbHandle looked the same to client applications as it did to the compiled library. Now we use a .in file for the header so that these definitions are not necessary when the client is compiling.
This commit is contained in:
@@ -12,5 +12,4 @@ Description: libmdb based SQL engine
|
||||
Requires: libmdb
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -lmdbsql
|
||||
Cflags:
|
||||
|
||||
Cflags: -I${includedir}
|
||||
|
||||
Reference in New Issue
Block a user