projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3a3731
)
Add SHLIB_LINK setting for solaris_i386 and solaris_sparc ports,
author
Tom Lane
<
[email protected]
>
Thu, 15 Jul 1999 02:03:54 +0000
(
02:03
+0000)
committer
Tom Lane
<
[email protected]
>
Thu, 15 Jul 1999 02:03:54 +0000
(
02:03
+0000)
per bug report from Daren Sefcik <
[email protected]
>.
src/Makefile.shlib
patch
|
blob
|
blame
|
history
diff --git
a/src/Makefile.shlib
b/src/Makefile.shlib
index 438b79a51dd4d42f830b1a1dfd1103377b89c2f7..4a5ff356e7c1088ed67c7ebdfba7da7547053464 100644
(file)
--- a/
src/Makefile.shlib
+++ b/
src/Makefile.shlib
@@
-129,6
+129,7
@@
ifeq ($(PORTNAME), solaris_i386)
install-shlib-dep := install-shlib
shlib := lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
LDFLAGS_SL := -G
+ SHLIB_LINK += -ldl -lsocket -lresolv -lnsl -lm -lc
CFLAGS += $(CFLAGS_SL)
endif
@@
-136,6
+137,7
@@
ifeq ($(PORTNAME), solaris_sparc)
install-shlib-dep := install-shlib
shlib := lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
LDFLAGS_SL := -G
+ SHLIB_LINK += -ldl -lsocket -lresolv -lnsl -lm -lc
CFLAGS += $(CFLAGS_SL)
endif