*** pgsql/src/makefiles/Makefile.sco 2008/11/14 10:22:47 1.12 --- pgsql/src/makefiles/Makefile.sco 2010/07/05 18:54:38 1.13 *************** else *** 8,12 **** --- 8,13 ---- CFLAGS_SL = -K PIC endif + # Rule for building a shared library from a single .o file %.so: %.o $(LD) -G -Bdynamic -o $@ $<