summaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-httpd/cherokee/cherokee/0001-make-Do-not-build-po-files.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-webserver/recipes-httpd/cherokee/cherokee/0001-make-Do-not-build-po-files.patch')
-rw-r--r--meta-webserver/recipes-httpd/cherokee/cherokee/0001-make-Do-not-build-po-files.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-webserver/recipes-httpd/cherokee/cherokee/0001-make-Do-not-build-po-files.patch b/meta-webserver/recipes-httpd/cherokee/cherokee/0001-make-Do-not-build-po-files.patch
new file mode 100644
index 000000000..d4c0b6e8c
--- /dev/null
+++ b/meta-webserver/recipes-httpd/cherokee/cherokee/0001-make-Do-not-build-po-files.patch
@@ -0,0 +1,27 @@
1From e9ae3231ec188df801fe51aa95d6afec2e52db58 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Tue, 25 Jul 2017 16:14:19 -0700
4Subject: [PATCH] make: Do not build po files
5
6Target fails to build
7
8Signed-off-by: Khem Raj <raj.khem@gmail.com>
9---
10 Makefile.am | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13diff --git a/Makefile.am b/Makefile.am
14index f01278c3..eb864c36 100644
15--- a/Makefile.am
16+++ b/Makefile.am
17@@ -1,6 +1,6 @@
18 ## Cherokee: Makefile.am -*- makefile -*-
19
20-SUBDIRS = po m4 www icons themes qa doc . admin contrib cherokee cget packages dbslayer
21+SUBDIRS = m4 www icons themes qa doc . admin contrib cherokee cget packages dbslayer
22 SUFFIXES = .sample.pre .sample .h.pre .h .xml.pre .xml
23 ACLOCAL_AMFLAGS = -I m4
24
25--
262.13.3
27