- Notifications
You must be signed in to change notification settings - Fork5
Commit10c378f
committed
Fix contrib/sepgsql and contrib/xml2 to always link required libraries.
contrib/xml2 can get by without libxslt; the relevant features justwon't work. But if doesn't have libxml2, or if sepgsql doesn't havelibselinux, the link succeeds but the module then fails to work at loadtime. To avoid that, link the require libraries unconditionally, sothat it will be clear at link-time that there is a problem.Per discussion with Tom Lane and KaiGai Kohei.1 parenta64bdf5 commit10c378f
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
|
0 commit comments
Comments
(0)