tiproute2: remove stupid bash dependency - mkports - recipes for building multiple softwares with mk(1)
 (HTM) git clone git://z3bra.org/mkports
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit 47a1a08cdc02fb41cfe68498f4836f6403d0ae89
 (DIR) parent 106fc71f55ec408f10f45b38832aaa19830ae55c
 (HTM) Author: z3bra <contactatz3bradotorg>
       Date:   Wed, 15 Feb 2017 22:36:35 +0000
       
       iproute2: remove stupid bash dependency
       
       Diffstat:
         A iproute2/patches/005-configure-no-… |       9 +++++++++
       
       1 file changed, 9 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/iproute2/patches/005-configure-no-bash.diff b/iproute2/patches/005-configure-no-bash.diff
       t@@ -0,0 +1,9 @@
       +diff -urN a/configure b/configure
       +--- a/configure        2014-12-24 20:20:49.000000000 +0000
       ++++ b/configure        2017-02-13 17:58:33.084836622 +0000
       +@@ -1,4 +1,4 @@
       +-#! /bin/bash
       ++#! /bin/sh
       + # This is not an autoconf generated configure
       + #
       + INCLUDE=${1:-"$PWD/include"}