]> granicus.if.org Git - postgresql/blobdiff - src/makefiles/Makefile.irix
Partial fix for contrib vpath breakage.
[postgresql] / src / makefiles / Makefile.irix
index 4062161d9ef58587b5a68a0683e656ddf8db705d..145653860e12eedc251670bc1e2f9582e4bd243f 100644 (file)
@@ -1,14 +1,12 @@
-MK_NO_LORDER= true
 AROPT = crs
-rpath = -Wl,-rpath,$(libdir)
-shlib_symbolic = -Wl,-B,symbolic
+rpath = -Wl,-rpath,'$(rpathdir)'
 
 DLSUFFIX = .so
 # PIC is default
 CFLAGS_SL =
 
 %.so: %.o
-       $(LD) -G -Bdynamic -shared -o $@ $< 
+       $(CC) $(CFLAGS) -shared -o $@ $< 
 
 override CPPFLAGS += -U_NO_XOPEN4