- Notifications
You must be signed in to change notification settings - Fork4.9k
Commita8f0932
committed
oauth: Correct missing comma in Requires.private
I added libcurl to the Requires.private section of libpq.pc in commitb0635bf, but I missed that the Autoconf side needs commas addedexplicitly. Configurations which used both --with-libcurl and--with-openssl ended up with the following entry: Requires.private: libssl, libcrypto libcurlThe pkg-config parser appears to be fairly lenient in this case, andaccepts the whitespace as an equivalent separator, but let's not rely onthat. Add an add_to_list macro (inspired by Makefile.global'sadd_to_path) to build up the PKG_CONFIG_REQUIRES_PRIVATE list correctly.Reported-by: Wolfgang Walther <walther@technowledgy.de>Reviewed-by: Fabrízio de Royes Mello <fabriziomello@gmail.com>Discussion:https://postgr.es/m/CAOYmi+k2z7Rqj5xiWLUT0+bSXLvdE7TYgS5gCOSqSyXyTSSXiQ@mail.gmail.com1 parentcbc8fd0 commita8f0932
1 file changed
+9
-2
lines changedLines changed: 9 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
98 | 98 |
| |
99 | 99 |
| |
100 | 100 |
| |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
101 | 107 |
| |
102 |
| - | |
| 108 | + | |
| 109 | + | |
103 | 110 |
| |
104 | 111 |
| |
105 | 112 |
| |
106 | 113 |
| |
107 | 114 |
| |
108 |
| - | |
| 115 | + | |
109 | 116 |
| |
110 | 117 |
| |
111 | 118 |
| |
|
0 commit comments
Comments
(0)