projects
/
users
/
gsingh
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
| inline |
side by side
(parent:
38cc085
)
meson: Fix typo in pkgconfig generation
author
Peter Eisentraut
<
[email protected]
>
Wed, 1 Feb 2023 17:14:01 +0000
(18:14 +0100)
committer
Peter Eisentraut
<
[email protected]
>
Wed, 1 Feb 2023 17:14:01 +0000
(18:14 +0100)
Reviewed-by: Andres Freund <
[email protected]
>
Discussion: https://www.postgresql.org/message-id/flat/
07b37c70
-349a-8fcd-bcc9-
6c3ce0f6c2a4
%40enterprisedb.com
src/interfaces/ecpg/ecpglib/meson.build
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/ecpglib/meson.build
b/src/interfaces/ecpg/ecpglib/meson.build
index dba9e3c3d949b50da758e8c35bfa2b1cfcb05fb2..da8d304f54969dc342193e24acb3e51f2b4c4c26 100644
(file)
--- a/
src/interfaces/ecpg/ecpglib/meson.build
+++ b/
src/interfaces/ecpg/ecpglib/meson.build
@@
-57,7
+57,7
@@
pkgconfig.generate(
description: 'PostgreSQL libecpg library',
url: pg_url,
libraries: ecpglib_so,
- libraries_private: [frontend_s
h
lib_code, thread_dep],
+ libraries_private: [frontend_s
t
lib_code, thread_dep],
requires_private: ['libpgtypes', 'libpq'],
)