]> granicus.if.org Git - postgresql/commitdiff
Set LD = gcc for Linux so shared libpq build works.
authorBryan Henderson <bryanh@giraffe.netgate.net>
Sat, 18 Jan 1997 07:56:52 +0000 (07:56 +0000)
committerBryan Henderson <bryanh@giraffe.netgate.net>
Sat, 18 Jan 1997 07:56:52 +0000 (07:56 +0000)
src/Makefile.global

index c412824b79be0a00eb5789ce5966aceeee40ee09..bfd2303d2e71c9acfbafe806a728be68f7dad598 100644 (file)
@@ -7,7 +7,7 @@
 #
 #
 # IDENTIFICATION
-#    $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.94 1997/01/14 22:58:10 momjian Exp $
+#    $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.95 1997/01/18 07:56:52 bryanh Exp $
 #
 # NOTES
 #    Essentially all Postgres make files include this file and use the 
@@ -580,6 +580,10 @@ endif
 MK_NO_LORDER= true
 
 CC= gcc
+# gcc mainly just calls LD, but it also uses some default options that are
+# part of the gcc configuration, like search paths, and the user probably 
+# wants those.
+LD= gcc
 
 # use the regex library
 USE_REGEX= 1