forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4553b96
committed
Add missing dependency of pg_dumpall to WIN32RES.
When cross-building to windows, or building with mingw on windows, the buildcould fail with x86_64-w64-mingw32-gcc: error: win32ver.o: No such file or directorbecause pg_dumpall didn't depend on WIN32RES, but it's recipe referencesit. The build nevertheless succeeded most of the time, due topg_dump/pg_restore having the required dependency, causing win32ver.o to bebuilt.Reported-By: Thomas Munro <thomas.munro@gmail.com>Discussion:https://postgr.es/m/CA+hUKGJeekpUPWW6yCVdf9=oBAcCp86RrBivo4Y4cwazAzGPng@mail.gmail.comBackpatch: 10-, omission present on all live branches1 parent199ca68 commit4553b96
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
| 34 | + | |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
|
0 commit comments
Comments
(0)