summaryrefslogtreecommitdiff
path: root/media-sound/ecasound/files/ecasound-2.8.1-ldflags.patch
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/ecasound/files/ecasound-2.8.1-ldflags.patch')
-rw-r--r--media-sound/ecasound/files/ecasound-2.8.1-ldflags.patch64
1 files changed, 0 insertions, 64 deletions
diff --git a/media-sound/ecasound/files/ecasound-2.8.1-ldflags.patch b/media-sound/ecasound/files/ecasound-2.8.1-ldflags.patch
deleted file mode 100644
index 162e0224e6e4..000000000000
--- a/media-sound/ecasound/files/ecasound-2.8.1-ldflags.patch
+++ /dev/null
@@ -1,64 +0,0 @@
---- a/kvutils/Makefile.am
-+++ b/kvutils/Makefile.am
-@@ -56,13 +56,12 @@
- kvu_value_queue.h
-
- libkvutils_la_SOURCES = $(kvutil_sources) $(kvutil_headers)
--libkvutils_la_LDFLAGS = -version-info @LIBKVUTILS_VERSION@:0:@LIBKVUTILS_VERSION_AGE@ -static
-+libkvutils_la_LDFLAGS = -version-info @LIBKVUTILS_VERSION@:0:@LIBKVUTILS_VERSION_AGE@
-
- libkvutils_debug_la_SOURCES = $(libkvutils_la_SOURCES)
- libkvutils_debug_la_LDFLAGS = $(libkvutils_la_LDFLAGS)
-
- libkvutils_tester_SOURCES = libkvutils_tester.cpp
--libkvutils_tester_LDFLAGS = -static
- libkvutils_tester_LDADD = $(lib_LTLIBRARIES)
-
- noinst_HEADERS = $(kvutil_headers)
---- a/libecasound/Makefile.am
-+++ b/libecasound/Makefile.am
-@@ -364,7 +364,7 @@
-
- libecasound_la_SOURCES = $(ecasound_common1_src) $(ecasound_common2_src)
- libecasound_debug_la_SOURCES = $(ecasound_common1_src) $(ecasound_common2_src)
--libecasound_la_LDFLAGS = -export-dynamic $(eca_ldflags) -static
-+libecasound_la_LDFLAGS = -export-dynamic $(eca_ldflags)
- libecasound_la_LIBADD = $(eca_libadd)
- libecasound_debug_la_LDFLAGS = $(libecasound_la_LDFLAGS)
- libecasound_debug_la_LIBADD = $(libecasound_la_LIBADD)
---- a/libecasound/plugins/Makefile.am
-+++ b/libecasound/plugins/Makefile.am
-@@ -105,7 +105,7 @@
- libecasound_plugins_la_SOURCES = audioio_dummy.cpp $(plugin_cond_sources)
- EXTRA_libecasound_plugins_la_SOURCES = $(plugin_all_sources)
- libecasound_plugins_la_LIBADD = $(ECA_S_EXTRA_LIBS)
--libecasound_plugins_la_LDFLAGS = -static
-+libecasound_plugins_la_LDFLAGS =
-
- libecasound_plugins_debug_la_SOURCES = $(libecasound_plugins_la_SOURCES)
- EXTRA_libecasound_plugins_debug_la_SOURCES = $(EXTRA_libecasound_plugins_la_SOURCES)
---- a/libecasoundc/Makefile.am
-+++ b/libecasoundc/Makefile.am
-@@ -14,9 +14,9 @@
- # !!!
- # remember to update eca-version.cpp
- if ECA_AM_DEBUG_MODE
--eca_ldflags = -version-info @LIBECASOUNDC_VERSION@:0:@LIBECASOUNDC_VERSION_AGE@ -static
-+eca_ldflags = -version-info @LIBECASOUNDC_VERSION@:0:@LIBECASOUNDC_VERSION_AGE@
- else
--eca_ldflags = -s -version-info @LIBECASOUNDC_VERSION@:0:@LIBECASOUNDC_VERSION_AGE@ -static
-+eca_ldflags = -s -version-info @LIBECASOUNDC_VERSION@:0:@LIBECASOUNDC_VERSION_AGE@
- endif
-
- INCLUDES = -I$(srcdir)
---- a/pyecasound/Makefile.am
-+++ b/pyecasound/Makefile.am
-@@ -28,7 +28,7 @@
- $(DESTDIR)$(ECA_S_PYTHON_DLMODULES)/ecacontrol.py
- endif
- if ECA_AM_PYECASOUND_CEXT
--pyecasound_install_list2 = pyecasound.so
-+pyecasound_install_list2 = .libs/pyecasound.so
- pyecasound_uninstall_list2 = $(DESTDIR)$(ECA_S_PYTHON_DLMODULES)/pyecasound.so
- endif
-