summaryrefslogtreecommitdiffstats
path: root/patches/owfs-2.7p26/owfs-2.7p7-disable-offtpd.diff
diff options
context:
space:
mode:
Diffstat (limited to 'patches/owfs-2.7p26/owfs-2.7p7-disable-offtpd.diff')
-rw-r--r--patches/owfs-2.7p26/owfs-2.7p7-disable-offtpd.diff31
1 files changed, 0 insertions, 31 deletions
diff --git a/patches/owfs-2.7p26/owfs-2.7p7-disable-offtpd.diff b/patches/owfs-2.7p26/owfs-2.7p7-disable-offtpd.diff
deleted file mode 100644
index e362528a4..000000000
--- a/patches/owfs-2.7p26/owfs-2.7p7-disable-offtpd.diff
+++ /dev/null
@@ -1,31 +0,0 @@
-From: Robert Schwebel <r.schwebel@pengutronix.de>
-Subject: cleanup configure output
-
-The configure script currently outputs this:
-
-checking if owftpd is enabled... configure: error: no
-make: ***
-[/ptx/work/minime/rsc/svn/OSELAS.BSP-phyCORE-trunk/platform-phyCORE-i.MX27/state/owfs.prepare]
-Error 1
-
-Fixup for proper linebreaks.
-
-Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
-
----
- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-Index: owfs-2.7p7/configure.ac
-===================================================================
---- owfs-2.7p7.orig/configure.ac
-+++ owfs-2.7p7/configure.ac
-@@ -371,7 +371,7 @@ AC_ARG_ENABLE(owftpd,
- [
- if test ! "$enableval" = "yes" ; then
- ENABLE_OWFTPD="false"
-- AC_MSG_ERROR([no])
-+ AC_MSG_RESULT([no])
- else
- if test ! "${ENABLE_MT}" = "true" ; then
- AC_MSG_ERROR([owftpd needs multithreading])