forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita33245a
committed
Don't build static libraries on Cygwin
Cygwin has been building and linking against static libraries. Althougha bug this has been relatively harmless until now, when this has causederrors due to changes in the way we build certain libraries. So thispatch makes things work the way we always intended, namely that we wouldlink against the dynamic libraries (cygpq.dll etc.) and just not buildthe static libraries. The downstream packagers have been doing this forsome time, so this just aligns with their practice.Extracted from a patch by Marco Atzeri, with a suggestion from Tom Lane.Discussion:https://postgr.es/m/1056.1538235347@sss.pgh.pa.us1 parent6e35939 commita33245a
1 file changed
+4
-5
lines changedLines changed: 4 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
353 | 353 |
| |
354 | 354 |
| |
355 | 355 |
| |
356 |
| - | |
| 356 | + | |
357 | 357 |
| |
358 |
| - | |
359 |
| - | |
360 |
| - | |
361 |
| - | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
362 | 361 |
| |
363 | 362 |
| |
364 | 363 |
| |
|
0 commit comments
Comments
(0)