aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/disko/files/linkpath.patch
blob: e38b0748c4bddf2a9fe83bea51f838f9c5c9ef80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Index: git/SConstruct
===================================================================
--- git.orig/SConstruct	2009-09-11 01:44:37.000000000 +0200
+++ git/SConstruct	2009-09-11 01:52:26.265319426 +0200
@@ -161,8 +161,8 @@
 idir_inc    = idir_prefix + '/include/disko'
 idir_data   = idir_prefix + '/share/disko'
 
-# link with -rpath
-# env['LINKFLAGS'].extend(['-Wl,-rpath=' + env['prefix'] + '/lib/disko'])
+# link with -rpath-link
+# env['LINKFLAGS'].extend(['-Wl,-rpath-link==' + env['prefix'] + '/lib/disko'])
 
 # extra flags
 if env['messages']: