From d177641f4438910b3c946615c89b3099df5e65f0 Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Tue, 17 Nov 2009 18:50:26 +0100 Subject: disko: update git and make recipe for version 1.6.0 * remove linkpath.patch not needed anymore * convert disko_git to new style and add sanesrcvrev into the right file * license now LGPL --- recipes/disko/files/linkpath.patch | 15 --------------- 1 file changed, 15 deletions(-) delete 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 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']: -- cgit v1.2.3