projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb7a9cd
)
Remove LLVM_CONFIG from Makefile.global.in
author
Andres Freund
<
[email protected]
>
Wed, 6 Jul 2022 15:11:39 +0000
(08:11 -0700)
committer
Andres Freund
<
[email protected]
>
Wed, 6 Jul 2022 15:11:39 +0000
(08:11 -0700)
LLVM_CONFIG is only used inside configure.
Reviewed-By: Peter Eisentraut <
[email protected]
>
Discussion: https://postgr.es/m/
0e81e45c
-c9a5-e95b-2782-
ab2dfec8bf57
@enterprisedb.com
src/Makefile.global.in
patch
|
blob
|
blame
|
history
diff --git
a/src/Makefile.global.in
b/src/Makefile.global.in
index 051718e4fef563e891648f33bb819ee47c0e3d98..138d66ac0066d1e34f62000ba3ac9c436569b637 100644
(file)
--- a/
src/Makefile.global.in
+++ b/
src/Makefile.global.in
@@
-226,7
+226,6
@@
TCL_SHLIB_LD_LIBS = @TCL_SHLIB_LD_LIBS@
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
PTHREAD_LIBS = @PTHREAD_LIBS@
-LLVM_CONFIG = @LLVM_CONFIG@
LLVM_BINPATH = @LLVM_BINPATH@
CLANG = @CLANG@
BITCODE_CFLAGS = @BITCODE_CFLAGS@