From e9f546365f061af57b6367d29714316e9488f4c7 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Thu, 6 Sep 2001 03:16:46 +0000
Subject: [PATCH] > > 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
---
 src/makefiles/Makefile.unixware | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/makefiles/Makefile.unixware b/src/makefiles/Makefile.unixware
index f394e619138..92888e18062 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
-- 
GitLab