diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-11-22 20:04:54 +0100 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-11-22 20:04:54 +0100 |
commit | dd07491050fd608e45b2ab2eb6a4dc1313e075cd (patch) | |
tree | 674e024e28f0c624a439a52a434163ef25bca07f /recipes/disko/files/linkpath.patch | |
parent | c80e42faffdc71e878168c52bb3767e2277dd722 (diff) | |
parent | 1eae4a07dd02b75eb39e0e238dbdbdd29252b94e (diff) |
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/disko/files/linkpath.patch')
-rw-r--r-- | recipes/disko/files/linkpath.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/recipes/disko/files/linkpath.patch b/recipes/disko/files/linkpath.patch deleted file mode 100644 index e38b0748c4..0000000000 --- a/recipes/disko/files/linkpath.patch +++ /dev/null @@ -1,15 +0,0 @@ -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']: |