Copied from Debian. Description: Sets the soname to liba52-$(VERSION).so Bug-Debian: http://bugs.debian.org/401636 Author: Daniel Baumann , Dmitrijs Ledkovs --- liba52/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Index: a52dec-deb/liba52/Makefile.am =================================================================== --- a52dec-deb.orig/liba52/Makefile.am 2009-12-05 02:52:12.000000000 +0000 +++ a52dec-deb/liba52/Makefile.am 2009-12-05 03:23:47.000000000 +0000 @@ -4,6 +4,6 @@ liba52_la_SOURCES = bitstream.c imdct.c bit_allocate.c parse.c downmix.c liba52_la_LIBADD = @LIBA52_LIBS@ -lm -liba52_la_LDFLAGS = -no-undefined +liba52_la_LDFLAGS = -no-undefined -release @VERSION@ EXTRA_DIST = configure.incl a52_internal.h bitstream.h tables.h >koszko-scripts Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-23etc: SELinux: Allow init process to setattr on profile directories....* etc/guix-daemon.cil.in: Add rule. Ricardo Wurmus
2022-12-23etc: SELinux: Allow daemon to search run state directories....* etc/guix-daemon.cil.in: Import types init_var_run_t and system_dbusd_var_run_t; add rules. Ricardo Wurmus
2022-12-23etc: SELinux: Label guix-daemon executable in profile....* etc/guix-daemon.cil.in: Add file rule for "guix-daemon" in current-guix profile. Ricardo Wurmus
2022-01-26etc: Remove redundant SELinux permissions block....* etc/guix-daemon.cil.in (guix_daemon): Consolidate two blocks adding sock_file permissions on guix_daemon_conf_t. Marius Bakke
2022-01-24etc: Add more SELinux permissions for the daemon....* etc/guix-daemon.cil.in (guix_daemon): Permit write on guix_daemon_conf_t sock_file, necessary for garbage collection. Marius Bakke