aboutsummaryrefslogtreecommitdiffstats
path: root/community/libndp/0001-remove-bash-dependency.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/libndp/0001-remove-bash-dependency.patch')
-rw-r--r--community/libndp/0001-remove-bash-dependency.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/community/libndp/0001-remove-bash-dependency.patch b/community/libndp/0001-remove-bash-dependency.patch
new file mode 100644
index 0000000000..5625f7e3c0
--- /dev/null
+++ b/community/libndp/0001-remove-bash-dependency.patch
@@ -0,0 +1,22 @@
+From 809c779513531debbb00369e09b882296abdbc73 Mon Sep 17 00:00:00 2001
+From: Leonardo Arena <rnalrd@alpinelinux.org>
+Date: Fri, 5 May 2017 06:11:19 +0000
+Subject: [PATCH] remove bash dependency
+
+---
+ autogen.sh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/autogen.sh b/autogen.sh
+index 665de9c..e5b866d 100755
+--- a/autogen.sh
++++ b/autogen.sh
+@@ -1,4 +1,4 @@
+-#!/bin/bash
++#!/bin/sh
+
+ autoreconf --force --install -I m4
+ rm -Rf autom4te.cache;
+--
+2.12.2
+