projects
/
2ndquadrant_bdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79e13da
)
bdr: Properly define bdr_abs_srcdir to be, well, actually absolute.
author
Andres Freund
<andres@anarazel.de>
Tue, 17 Mar 2015 08:11:47 +0000
(09:11 +0100)
committer
Andres Freund
<andres@anarazel.de>
Tue, 17 Mar 2015 08:14:26 +0000
(09:14 +0100)
Fixes GH #6
Makefile.global.in
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.global.in
b/Makefile.global.in
index 8ddcf6a36295d71094d30641986a516d559f5f04..d5155e1fb24f8d01a15a852c7ce3886540594aad 100644
(file)
--- a/
Makefile.global.in
+++ b/
Makefile.global.in
@@
-5,7
+5,7
@@
# Can only be built using pgxs
USE_PGXS=1
-bdr_abs_srcdir := @srcdir@
+bdr_abs_srcdir := @
abs_
srcdir@
PG_CONFIG :=@PG_CONFIG@
PGXS := $(shell $(PG_CONFIG) --pgxs)