meson: Fix typo in pkgconfig generation
authorPeter Eisentraut <[email protected]>
Wed, 1 Feb 2023 17:14:01 +0000 (18:14 +0100)
committerPeter 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

index dba9e3c3d949b50da758e8c35bfa2b1cfcb05fb2..da8d304f54969dc342193e24acb3e51f2b4c4c26 100644 (file)
@@ -57,7 +57,7 @@ pkgconfig.generate(
   description: 'PostgreSQL libecpg library',
   url: pg_url,
   libraries: ecpglib_so,
-  libraries_private: [frontend_shlib_code, thread_dep],
+  libraries_private: [frontend_stlib_code, thread_dep],
   requires_private: ['libpgtypes', 'libpq'],
 )