projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a9840c
)
Hadn't built on a PARISC 1.1 box in a long time ... but when I did,
author
Tom Lane
<
[email protected]
>
Sat, 24 Mar 2001 06:17:41 +0000
(06:17 +0000)
committer
Tom Lane
<
[email protected]
>
Sat, 24 Mar 2001 06:17:41 +0000
(06:17 +0000)
it turned out that the libpq makefile chokes on '-L /lib/pa1.1'.
Need to remove the space so filter rule works.
src/makefiles/Makefile.hpux
patch
|
blob
|
blame
|
history
diff --git
a/src/makefiles/Makefile.hpux
b/src/makefiles/Makefile.hpux
index b6e141893e233dec295d5d081aa56177a1d7094a..1ed5130af08cd3f14f6121581d0ae46b6cd8ad4b 100644
(file)
--- a/
src/makefiles/Makefile.hpux
+++ b/
src/makefiles/Makefile.hpux
@@
-16,7
+16,7
@@
endif
# add -L command to make that happen.
# (CAUTION: you need PHSS_4630 to have a working version of rint() on 9!)
ifneq ($(HPUXMATHLIB),)
- LDFLAGS:= -L
/lib/pa1.1 $(LDFLAGS)
+ LDFLAGS:= -L/lib/pa1.1 $(LDFLAGS)
endif
# Embed 'libdir' as the shared library search path so that the executables