gnu: upower: Enable GObject introspection.
[jackhill/guix/guix.git] / gnu / packages / patches / liba52-set-soname.patch
CommitLineData
23da88f6
MW
1Copied from Debian.
2
3Description: Sets the soname to liba52-$(VERSION).so
4Bug-Debian: http://bugs.debian.org/401636
5Author: Daniel Baumann <daniel@debian.org>, Dmitrijs Ledkovs <dmitrij.ledkov@gmail.com>
6
7
8---
9 liba52/Makefile.am | 2 +-
10 1 files changed, 1 insertions(+), 1 deletions(-)
11
12Index: a52dec-deb/liba52/Makefile.am
13===================================================================
14--- a52dec-deb.orig/liba52/Makefile.am 2009-12-05 02:52:12.000000000 +0000
15+++ a52dec-deb/liba52/Makefile.am 2009-12-05 03:23:47.000000000 +0000
16@@ -4,6 +4,6 @@
17
18 liba52_la_SOURCES = bitstream.c imdct.c bit_allocate.c parse.c downmix.c
19 liba52_la_LIBADD = @LIBA52_LIBS@ -lm
20-liba52_la_LDFLAGS = -no-undefined
21+liba52_la_LDFLAGS = -no-undefined -release @VERSION@
22
23 EXTRA_DIST = configure.incl a52_internal.h bitstream.h tables.h