aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tracker/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker/makefile b/tracker/makefile
index c6e72bc..264a1e8 100644
--- a/tracker/makefile
+++ b/tracker/makefile
@@ -32,7 +32,7 @@ LINUXCFLAGS = -DPD -DUNIX -O2 -funroll-loops -fomit-frame-pointer \
-Wall -W -Wno-shadow -Wstrict-prototypes \
-Wno-unused -Wno-parentheses -Wno-switch
LINUXINCLUDE = -I/usr/include -I$(PDPATH)/src
-LINUXLDFLAGS = -export_dynamic -shared
+LINUXLDFLAGS = --export-dynamic -shared
.c.pd_linux:
$(CC) $(LINUXCFLAGS) $(CFLAGS) $(LINUXINCLUDE) -fPIC -o $*.o -c $*.c