*** postgresql-7.2.1/src/makefiles/Makefile.unixware Thu Sep 6 13:16:46 2001 --- postgresql/src/makefiles/Makefile.unixware Wed Apr 3 01:09:59 2002 *************** *** 1,7 **** AROPT = crs ! export_dynamic = -Wl,-Bexport ifeq ($(ld_R_works), yes) ! rpath = -Wl,-R$(libdir) endif shlib_symbolic = -Wl,-Bsymbolic --- 1,16 ---- AROPT = crs ! ifeq ($(with_gnu_ld), yes) ! export_dynamic = -Wl,-E ! else ! export_dynamic = -Wl,-Bexport ! endif ! ifeq ($(ld_R_works), yes) ! ifeq ($(with_gnu_ld), yes) ! rpath = -Wl,-rpath,$(libdir) ! else ! rpath = -Wl,-R$(libdir) ! endif endif shlib_symbolic = -Wl,-Bsymbolic