Commit e9f54636 authored by Bruce Momjian's avatar Bruce Momjian

> > 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
parent 56b102a9
......@@ -23,6 +23,6 @@ SO_FLAGS = -G
endif
%.so: %.o
$(CC) $(SO_FLAGS) -Bdynamic -o $@ $<
$(CC) $(SO_FLAGS) -o $@ $<
sqlmansect = 5sql
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment