OBS-URL: https://build.opensuse.org/request/show/90187 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cppdb?expand=0&rev=1
18 lines
530 B
Diff
18 lines
530 B
Diff
---
|
|
CMakeLists.txt | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
Index: cppdb-0.0.3/CMakeLists.txt
|
|
===================================================================
|
|
--- cppdb-0.0.3.orig/CMakeLists.txt
|
|
+++ cppdb-0.0.3/CMakeLists.txt
|
|
@@ -160,7 +160,7 @@ endif()
|
|
|
|
if(NOT DISABLE_PQ)
|
|
find_library(PQ_LIB pq)
|
|
- find_path(PQ_PATH libpq-fe.h PATH_SUFFIXES postgresql)
|
|
+ find_path(PQ_PATH libpq-fe.h PATH_SUFFIXES postgresql pgsql)
|
|
if(PQ_LIB AND PQ_PATH)
|
|
include_directories(${PQ_PATH})
|
|
if(PQ_BACKEND_INTERNAL)
|