diff options
author | Denis 'Gnutoo' Carikli <GNUtoo@no-log.org> | 2009-06-09 15:20:41 +0200 |
---|---|---|
committer | Denis 'Gnutoo' Carikli <GNUtoo@no-log.org> | 2009-06-09 16:02:20 +0200 |
commit | 9819c4c798ef82ee515a88fd900924ce768e75a7 (patch) | |
tree | 7672c35b411f17d79c372de15616772e9a0690c3 /recipes/guile/guile_1.8.6.bb | |
parent | e91abf92fe3b55ed7a1bed4d75004a5df0b164be (diff) |
guile: added guile and guile-native 1.8.6 using .inc files
*not bumping PR of 1.8.5 becuase the result of the recipe doesn't change
*guile 1.8.6 works with libtool 2.x:
http://git.savannah.gnu.org/gitweb/?p=guile.git;a=blob;f=NEWS;h=d5c6771d09f5a181122cf16c0723f02182314704;hb=43ec70085aad9fa368e7f64080427d40fa68c47b)
while guile 1.8.5 doesn't:
http://www.mail-archive.com/bug-guile@gnu.org/msg04579.html
Diffstat (limited to 'recipes/guile/guile_1.8.6.bb')
-rw-r--r-- | recipes/guile/guile_1.8.6.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes/guile/guile_1.8.6.bb b/recipes/guile/guile_1.8.6.bb new file mode 100644 index 0000000000..6889f33042 --- /dev/null +++ b/recipes/guile/guile_1.8.6.bb @@ -0,0 +1,6 @@ +require guile.inc + +SRC_URI = "http://ftp.gnu.org/pub/gnu/guile/guile-${PV}.tar.gz \ + file://configure-fix.patch;patch=1 \ + " + |