Package: alliance / 5.0-20120515-1

08-fix-libdir.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: Fix wrong libdir usage
 The configure value from --libdir was used wrongly, being added to nero_LDADD.
 If an old version of (binary) alliance was installed, this led to FTBFS in the
 linking stage. This patch removes this LDADD -L option.
Author: Roland Stigge <stigge@antcom.de>

Index: alliance-5.0-20120515/nero/src/Makefile.am
===================================================================
--- alliance-5.0-20120515.orig/nero/src/Makefile.am	2012-05-16 22:19:08.000000000 +0200
+++ alliance-5.0-20120515/nero/src/Makefile.am	2012-05-17 13:57:25.000000000 +0200
@@ -19,7 +19,7 @@
 bin_PROGRAMS     = nero pdv
 #noinst_PROGRAMS  = debug
 
-nero_LDADD         = -L$(libdir) @ALLIANCE_LIBS@  \
+nero_LDADD         = @ALLIANCE_LIBS@  \
                    ./libU.a     \
 -L$(top_srcdir)/aut/src \
 -L$(top_srcdir)/mbk/src \