[SCM] liblivemedia/master: Drop linker-flags.patch (accepted upstream).
bdrung at users.alioth.debian.org
bdrung at users.alioth.debian.org
Wed Jan 16 15:06:38 UTC 2013
The following commit has been merged in the master branch:
commit 4219390b773adbdc971f21f4ba4ca7220c757d17
Author: Benjamin Drung <bdrung at debian.org>
Date: Wed Jan 16 14:17:42 2013 +0100
Drop linker-flags.patch (accepted upstream).
diff --git a/debian/patches/linker-flags.patch b/debian/patches/linker-flags.patch
deleted file mode 100644
index c0f59f8..0000000
--- a/debian/patches/linker-flags.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Description: Pass LDFLAGS to the shared library linker
-Author: Benjamin Drung <bdrung at debian.org>
-
---- a/config.linux-with-shared-libraries
-+++ b/config.linux-with-shared-libraries
-@@ -38,7 +38,7 @@
- LIBRARY_LINK = gcc -o
- SHORT_LIB_SUFFIX = so.$(shell expr $($(NAME)_VERSION_CURRENT) - $($(NAME)_VERSION_AGE))
- LIB_SUFFIX = $(SHORT_LIB_SUFFIX).$($(NAME)_VERSION_AGE).$($(NAME)_VERSION_REVISION)
--LIBRARY_LINK_OPTS = -shared -Wl,-soname,$(NAME).$(SHORT_LIB_SUFFIX)
-+LIBRARY_LINK_OPTS = -shared -Wl,-soname,$(NAME).$(SHORT_LIB_SUFFIX) $(LDFLAGS)
- LIBS_FOR_CONSOLE_APPLICATION =
- LIBS_FOR_GUI_APPLICATION =
- EXE =
diff --git a/debian/patches/series b/debian/patches/series
index 01c99d6..28dcca2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
020_invalid_casts.patch
021_ip_mreq_source.patch
-linker-flags.patch
add-pkgconfig-file.patch
--
liblivemedia packaging
More information about the pkg-multimedia-commits
mailing list