summaryrefslogtreecommitdiff
blob: 29af55dc73a6152de1563728528fef0c5479259b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- Makefile.orig	2007-10-09 16:34:53.000000000 -0700
+++ Makefile	2007-10-09 16:54:28.000000000 -0700
@@ -326,8 +326,8 @@
   else
 
 $(DUMASO): duma_config.h $(SO_OBJECTS)
-	$(CXX) -g -shared -Wl,-soname,$(DUMASO) -o $(DUMASO) $(SO_OBJECTS) -lpthread -lc
-	$(CXX) -g -shared -o $(DUMASO) $(SO_OBJECTS) -lpthread -lc
+	$(CXX) -g -shared -Wl,-soname -Wl,$(DUMASO) -o $(DUMASO) $(SO_OBJECTS) -lpthread -lc
+#	$(CXX) -g -shared -o $(DUMASO) $(SO_OBJECTS) -lpthread -lc
 
   endif