summaryrefslogtreecommitdiff
path: root/community/libndp/0001-remove-bash-dependency.patch
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2017-05-05 06:18:07 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-05-05 06:19:01 +0000
commitd37a726931a4432501d94ae5eac636d7229f88a2 (patch)
treef21dd6e4b1e15d8a3030629790ce4dbe1ded2227 /community/libndp/0001-remove-bash-dependency.patch
parent3f38666f50687bc874293b95d2c7c58cd3dca053 (diff)
downloadaports-d37a726931a4432501d94ae5eac636d7229f88a2.zip
community/libndp: upgrade to 1.6
Update source, add check(), modernize APKBUILD
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 00000000000..5625f7e3c07
--- /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
+