From 74967b6059f91e50d33f6f4a30c165a06a00fcbb Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Wed, 15 Jul 2009 01:55:17 +0200 Subject: disko: move to newer git version * workarounds for .pc * removed patch for headers which was fixed upstream --- recipes/disko/files/linkpath.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 recipes/disko/files/linkpath.patch (limited to 'recipes/disko/files/linkpath.patch') diff --git a/recipes/disko/files/linkpath.patch b/recipes/disko/files/linkpath.patch new file mode 100644 index 0000000000..c28540848e --- /dev/null +++ b/recipes/disko/files/linkpath.patch @@ -0,0 +1,22 @@ +Index: git/SConstruct +=================================================================== +--- git.orig/SConstruct 2009-07-14 20:45:56.924100368 +0200 ++++ git/SConstruct 2009-07-14 20:46:27.553677127 +0200 +@@ -131,7 +131,7 @@ + if os.environ.has_key('CXXFLAGS'): + env['CCFLAGS'] = [os.environ['CXXFLAGS'].split()] + if os.environ.has_key('LD'): +- env['LINK'] = [os.environ['LD'].split()] ++ env['LINK'] = [os.environ['CXX'].split()] + if os.environ.has_key('LDFLAGS'): + env['LINKFLAGS'] = [os.environ['LDFLAGS'].split()] + +@@ -156,7 +156,7 @@ + idir_data = idir_prefix + '/share/disko' + + # link with -rpath +-env['LINKFLAGS'].append('-Wl,-rpath=' + env['prefix'] + '/lib/disko') ++env['LINKFLAGS'].append('-Wl,-rpath-link=' + env['prefix'] + '/lib/disko') + + # extra flags + if env['messages']: -- cgit v1.2.3