a44fd73525
* 00_fix-configure.in.patch * 01_Makefile.am.patch * 03_fails-to-write.patch * 05_MAXPATHLEN.patch * 06_sizeof-FTBFS.patch * 07_fix-spelling-in-binaries.patch * 08_fix-manpage.patch * 09_fix-FTBFS-GCC6.patch - Drop zvbi-automake-1.13.patch OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/zvbi?expand=0&rev=19
18 lines
599 B
Diff
18 lines
599 B
Diff
Description: zvbi-chains now load libzvbi-chains.so.0.0.0. (Closes: 283004)
|
|
Author: Christian Marillat <marillat@debian.org>
|
|
Reviewed-by: Joao Eriberto Mota Filho <eriberto@debian.org>
|
|
Last-Update: 2015-05-20
|
|
Index: zvbi-0.2.35/daemon/Makefile.am
|
|
===================================================================
|
|
--- zvbi-0.2.35.orig/daemon/Makefile.am
|
|
+++ zvbi-0.2.35/daemon/Makefile.am
|
|
@@ -16,7 +16,7 @@ EXTRA_DIST = \
|
|
|
|
AM_CPPFLAGS = \
|
|
-I$(top_srcdir) \
|
|
- -DLIBZVBI_CHAINS_PATH=\"libzvbi-chains.so\" \
|
|
+ -DLIBZVBI_CHAINS_PATH=\"libzvbi-chains.so.0.0.0\" \
|
|
-D_REENTRANT \
|
|
-D_GNU_SOURCE
|
|
|