Skip to content

Commit e9f5463

Browse files
committed
> > 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
1 parent 56b102a commit e9f5463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/makefiles/Makefile.unixware

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ SO_FLAGS = -G
2323
endif
2424

2525
%.so: %.o
26-
$(CC) $(SO_FLAGS) -Bdynamic -o $@ $<
26+
$(CC) $(SO_FLAGS) -o $@ $<
2727

2828
sqlmansect = 5sql

0 commit comments

Comments
 (0)