diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-08-14 19:29:05 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-08-14 19:29:05 +0300 |
commit | a9cc7d2886a8583e83bf37d2ba85836c5119ef78 (patch) | |
tree | d2e5b5dd85728db75c513c814bc5a2d126e290bb /packages/sys-power/nut/files/autogen.patch | |
parent | adf7c0a7bd9fbeab468a3771ecfa655950b2d09a (diff) |
sys-power/nut: added version 2.7.4 and scm
Diffstat (limited to 'packages/sys-power/nut/files/autogen.patch')
-rw-r--r-- | packages/sys-power/nut/files/autogen.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/sys-power/nut/files/autogen.patch b/packages/sys-power/nut/files/autogen.patch new file mode 100644 index 0000000..c973ef2 --- /dev/null +++ b/packages/sys-power/nut/files/autogen.patch @@ -0,0 +1,16 @@ +Source: written by Gluzskiy Alexandr <sss@sss.chaoslab.ru> +Reason: do not run autoreconf twice +Upstream: not required + + +diff --git a/autogen.sh b/autogen.sh +index 14e1b946..964bc358 100755 +--- a/autogen.sh ++++ b/autogen.sh +@@ -31,6 +31,3 @@ then + fi + fi + +-# now we can safely call autoreconf +-echo "Calling autoreconf..." +-autoreconf -i |