Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP4:GA
alsa-oss
0001-Fix-path-to-libaoss.so.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-Fix-path-to-libaoss.so.patch of Package alsa-oss
From 53e8f2dace57cd428e046059ac7172e58d206429 Mon Sep 17 00:00:00 2001 From: Jordi Mallach <jordi@debian.org> Date: Wed, 15 May 2013 18:58:05 +0200 Subject: [PATCH 1/2] Fix path to libaoss.so. Fix path to libaoss.so using ${libdir} instead of ${exec_prefix}. ${libdir} has the value given at configure time and works with Debian's Multiarch implementation. Signed-off-by: Jordi Mallach <jordi@debian.org> Signed-off-by: Takashi Iwai <tiwai@suse.de> --- alsa/aoss.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alsa/aoss.in b/alsa/aoss.in index c551431..d8e1d6d 100644 --- a/alsa/aoss.in +++ b/alsa/aoss.in @@ -6,8 +6,8 @@ if [ -d /proc/asound ]; then prefix=@prefix@ - exec_prefix=@exec_prefix@ - LD_PRELOAD=${exec_prefix}/\$LIB/libaoss.so${LD_PRELOAD:+:$LD_PRELOAD} exec "$@" + libdir=@libdir@ + LD_PRELOAD=${libdir}/libaoss.so${LD_PRELOAD:+:$LD_PRELOAD} exec "$@" else exec "$@" fi -- 1.8.2.3
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor