- Notifications
You must be signed in to change notification settings - Fork5.2k
Commit7bd752c
committed
Link libpq with libdl if the platform needs that.
Sinceb0635bf, libpq uses dlopen() and related functions. On someplatforms these are not supplied by libc, but by a separate librarylibdl, in which case we need to make sure that that dependency isknown to the linker. Meson seems to take care of that automatically,but the Makefile didn't cater for it.Author: Tom Lane <tgl@sss.pgh.pa.us>Discussion:https://postgr.es/m/1328170.1752082586@sss.pgh.pa.usBackpatch-through: 181 parent765a4c9 commit7bd752c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
0 commit comments
Comments
(0)