summaryrefslogtreecommitdiff
path: root/sys-power/nut/files/nut-2.4.1-no-libdummy.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sys-power/nut/files/nut-2.4.1-no-libdummy.patch')
-rw-r--r--sys-power/nut/files/nut-2.4.1-no-libdummy.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/sys-power/nut/files/nut-2.4.1-no-libdummy.patch b/sys-power/nut/files/nut-2.4.1-no-libdummy.patch
deleted file mode 100644
index 31a8e73e54f1..000000000000
--- a/sys-power/nut/files/nut-2.4.1-no-libdummy.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff -Nuar nut-2.4.1.orig/drivers/Makefile.am nut-2.4.1/drivers/Makefile.am
---- nut-2.4.1.orig/drivers/Makefile.am 2008-07-04 20:12:38.201211819 -0700
-+++ nut-2.4.1/drivers/Makefile.am 2008-07-04 20:12:59.829462787 -0700
-@@ -211,10 +211,12 @@
- upscode2.h victronups.h powerpanel.h powerp-bin.h powerp-txt.h \
- upshandler.h netxml-ups.h mge-xml.h
-
-+EXTRA_LIBRARIES =
-+
- # Define a dummy library so that Automake builds rules for the
- # corresponding object files. This library is not actually built,
--EXTRA_LIBRARIES = libdummy.a
--libdummy_a_SOURCES = main.c dstate.c serial.c
-+#EXTRA_LIBRARIES += libdummy.a
-+#libdummy_a_SOURCES = main.c dstate.c serial.c
-
- # the nuthalmain library combines the code for main-hal.c and
- # dstate-hal.c. It is necessary for Automake-technical reasons,