[baobab] Remove rpath from Makefile
- From: Stefano Facchini <sfacchini src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [baobab] Remove rpath from Makefile
 
- Date: Mon, 27 May 2013 08:47:42 +0000 (UTC)
 
commit 07d944ae0472c0840616d2500c04bd0a13bca913
Author: Michael Biebl <mbiebl gmail com>
Date:   Mon May 27 10:48:50 2013 +0200
    Remove rpath from Makefile
    
    Encoding a RPATH is in general not a good idea [1].
    
    [1] http://wiki.debian.org/RpathIssue
    
    https://bugzilla.gnome.org/show_bug.cgi?id=701028
 src/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index afa86f9..8ef1b45 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -62,7 +62,7 @@ AM_CFLAGS = \
        -Wno-unused-variable            \
        $(NULL)
 
-baobab_LDFLAGS = -export-dynamic -rpath $(libdir)
+baobab_LDFLAGS = -export-dynamic
 baobab_LDADD = \
        -lm                             \
        $(BAOBAB_LIBS)                  \
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]