]> granicus.if.org Git - postgis/commitdiff
Add dragonfly support, per Greg Troxel.
authorPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 21 Oct 2008 12:22:19 +0000 (12:22 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 21 Oct 2008 12:22:19 +0000 (12:22 +0000)
git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3163 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/Makefile.shlib

index f61ba7d287479a220d81cb0cb38a556ca1922e39..914708fea440951b50cce6fc1d13689bc0b693e6 100644 (file)
@@ -140,6 +140,10 @@ ifeq ($(PORTNAME), freebsd)
   endif
 endif
 
+ifeq ($(PORTNAME), dragonfly)
+  LINK.shared          = $(COMPILER) -shared -Wl,-x,-soname,$(soname)
+endif
+
 ifeq ($(PORTNAME), netbsd)
   ifdef ELF_SYSTEM
     LINK.shared                = $(COMPILER) -shared -Wl,-x,-soname,$(soname)