diff options
Diffstat (limited to 'packages/sys-power/nut/files')
-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 |