Fix the build on amd64 (hopefully).

This commit is contained in:
Jean-Yves Lefort
2006-12-16 10:55:36 +00:00
parent 19be25e940
commit 5f752aaf0c

View File

@@ -1,15 +1,15 @@
--- plugins/ladspa_effect/caps/Makefile.am.orig Mon Dec 4 15:22:22 2006
+++ plugins/ladspa_effect/caps/Makefile.am Mon Dec 4 16:16:23 2006
@@ -1,8 +1,6 @@
+++ plugins/ladspa_effect/caps/Makefile.am Sat Dec 16 11:37:33 2006
@@ -1,7 +1,7 @@
AUTOMAKE_OPTIONS = foreign 1.4
-AM_CXXFLAGS := $(AM_CXXFLAGS) -O6 -ffast-math -funroll-loops -ftracer
-
+AM_CXXFLAGS := $(AM_CXXFLAGS) -fPIC
DEST = $(libdir)/$(PACKAGE)/ladspa
SOURCES = $(wildcard *.cc)
HDRS = $(wildcard *.h) $(wildcard dsp/*.h)
@@ -23,7 +21,7 @@
@@ -23,7 +23,7 @@
-rm $(DEST)/caps.so
depend: $(SOURCES)