hydra-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

libidn fix


From: Simon Josefsson
Subject: libidn fix
Date: Mon, 21 Nov 2011 10:49:57 +0100
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/23.2 (gnu/linux)

I fixed this issue upstream.

/Simon

>From 5e703f86235ebd5f3a2e7026c99ea7667006b6dc Mon Sep 17 00:00:00 2001
From: Simon Josefsson <address@hidden>
Date: Mon, 21 Nov 2011 10:49:37 +0100
Subject: [PATCH] libidn: Remove `interpreter-path.patch'.

---
 libidn/interpreter-path.patch |   12 ------------
 libidn/release.nix            |    2 +-
 2 files changed, 1 insertions(+), 13 deletions(-)
 delete mode 100644 libidn/interpreter-path.patch

diff --git a/libidn/interpreter-path.patch b/libidn/interpreter-path.patch
deleted file mode 100644
index 424eb82..0000000
--- a/libidn/interpreter-path.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Remove absolute path to Perl.  The technique is borrowed from Gnulib.
-
---- a/doc/gdoc
-+++ b/doc/gdoc
-@@ -1,4 +1,6 @@
--#!/usr/bin/perl
-+eval '(exit $?0)' && eval 'exec perl -wS "$0" ${1+"$@"}'
-+  & eval 'exec perl -wS "$0" $argv:q'
-+    if 0;
- 
- ## Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Simon 
Josefsson
- ##                    added -texinfo, -listfunc, -pkg-name
diff --git a/libidn/release.nix b/libidn/release.nix
index 0e256fd..75d3065 100644
--- a/libidn/release.nix
+++ b/libidn/release.nix
@@ -67,7 +67,7 @@ in
       tarball = pkgs: {
         dontBuild = false;
 
-        patches = [ ./interpreter-path.patch ./mono-without-binfmt_misc.patch 
];
+        patches = [ ./mono-without-binfmt_misc.patch ];
 
         autoconfPhase = ''
              # If `git describe' doesn't work, keep the default version
-- 
1.7.2.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]