- Notifications
You must be signed in to change notification settings - Fork5
Commit56a312a
committed
Fix VPATH builds of the replication parser from git for some !gcc compilers.
Some compilers don't automatically search the current directory forincluded files.9cc2c18 fixed that for builds from tarballs byadding an include to the source directory. But that doesn't work whenthe scanner is generated in the VPATH directory. Use the same searchpath as the other parsers in the tree.One compiler that definitely was affected is solaris' sun cc.Backpatch to 9.1 which introduced using an actual parser forreplication commands.1 parentecacbdb commit56a312a
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
|
0 commit comments
Comments
(0)