hydra-users
[Top][All Lists]
Advanced

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

small libtasn1 patch


From: Simon Josefsson
Subject: small libtasn1 patch
Date: Sat, 19 Nov 2011 16:18:58 +0100
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/23.2 (gnu/linux)

I merged this upstream, so it is no longer needed...

/Simon

>From 85db5ec3596bd669fb11a459efee1d136727d7b8 Mon Sep 17 00:00:00 2001
From: Simon Josefsson <address@hidden>
Date: Sat, 19 Nov 2011 16:17:31 +0100
Subject: [PATCH] libtasn1: Drop interpreter-path.patch.

---
 libtasn1/interpreter-path.patch |   12 ------------
 libtasn1/release.nix            |    2 --
 2 files changed, 0 insertions(+), 14 deletions(-)
 delete mode 100644 libtasn1/interpreter-path.patch

diff --git a/libtasn1/interpreter-path.patch b/libtasn1/interpreter-path.patch
deleted file mode 100644
index 424eb82..0000000
--- a/libtasn1/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/libtasn1/release.nix b/libtasn1/release.nix
index 7dc81a9..d20f195 100644
--- a/libtasn1/release.nix
+++ b/libtasn1/release.nix
@@ -50,8 +50,6 @@ let
        name = "libtasn1-tarball";
        src = libtasn1Src;
 
-        patches = [ ./interpreter-path.patch ];
-
        preAutoconf =
          ''sed -i "configure.ac" \
                -e "s/^AC_INIT(\([^,]\+\), \[\([^,]\+\)\]/AC_INIT(\1, [\2-$(git 
describe || echo git)]/g"
-- 
1.7.2.5




reply via email to

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