Accepting request 90187 from home:jengelh:dev
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
This commit is contained in:
17
cppdb-postgres.diff
Normal file
17
cppdb-postgres.diff
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
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)
|
||||
Reference in New Issue
Block a user