From: Bruce Momjian Date: Thu, 6 Sep 2001 03:16:46 +0000 (+0000) Subject: > > I sent this to -hackers and peter_e, but thought it ought to go to X-Git-Tag: REL7_2_BETA1~540 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e9f546365f061af57b6367d29714316e9488f4c7;p=postgresql > > I sent this to -hackers and peter_e, but thought it ought to go to > > -patches as well. > > The -Bdynamic probably ought to disappear. That was there already, but I have no objections. I was trying to make minimal changes. Larry Rosenman --- diff --git a/src/makefiles/Makefile.unixware b/src/makefiles/Makefile.unixware index f394e61913..92888e1806 100644 --- a/src/makefiles/Makefile.unixware +++ b/src/makefiles/Makefile.unixware @@ -23,6 +23,6 @@ SO_FLAGS = -G endif %.so: %.o - $(CC) $(SO_FLAGS) -Bdynamic -o $@ $< + $(CC) $(SO_FLAGS) -o $@ $< sqlmansect = 5sql