Accepting request 232809 from home:Andreas_Schwab:Factory
- Remove @LIBRARY_LIB@ from libmikmod-config, which is only needed for static linking, which is not possible anyway OBS-URL: https://build.opensuse.org/request/show/232809 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmikmod?expand=0&rev=26
This commit is contained in:
parent
e8cdd93e41
commit
b7d3add16c
13
libmikmod-config.patch
Normal file
13
libmikmod-config.patch
Normal file
@ -0,0 +1,13 @@
|
||||
Index: libmikmod-3.3.6/libmikmod-config.in
|
||||
===================================================================
|
||||
--- libmikmod-3.3.6.orig/libmikmod-config.in
|
||||
+++ libmikmod-3.3.6/libmikmod-config.in
|
||||
@@ -50,7 +50,7 @@ while test $# -gt 0 ; do
|
||||
echo @LIB_LDADD@
|
||||
;;
|
||||
--libs)
|
||||
- echo -L@libdir@ -lmikmod @LIBRARY_LIB@
|
||||
+ echo -L@libdir@ -lmikmod
|
||||
;;
|
||||
*)
|
||||
echo "${usage}" 1>&2
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 6 09:22:13 UTC 2014 - schwab@suse.de
|
||||
|
||||
- Remove @LIBRARY_LIB@ from libmikmod-config, which is only needed for
|
||||
static linking, which is not possible anyway
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 7 10:39:46 UTC 2014 - idonmez@suse.com
|
||||
|
||||
|
@ -30,6 +30,7 @@ Version: 3.3.6
|
||||
Release: 0
|
||||
Source: http://sourceforge.net/projects/mikmod/files/%{name}/%{version}/%{name}-%{version}.tar.gz
|
||||
Source1: baselibs.conf
|
||||
Patch1: libmikmod-config.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -84,6 +85,7 @@ mtm, xm, and it.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
%configure --disable-static --disable-oss
|
||||
|
Loading…
Reference in New Issue
Block a user