d37ce8e1a4
- Remove 0001-fix-static.patch - Fixed upstream - Remove 0002-fix-stack-protector-check.patch - Fixed upstream - Remove 0003-mantohtml.patch - Replaced by 0001-Remove-man-from-BUILDDIRS-in- configure.patch - Add 0002-Do-not-use-genstrings.patch - Add CUPS_PDFTOPS option to Config.in.legacy - This support was moved to the cups-filters package. Signed-off-by: Olivier Schonken <olivier.schonken@gmail.com> [Thomas: - rewrap patch description in patch 0001 - adjust patch 0002 to completely remove the call to genstrings instead of commenting it, and remove the potentially confusing 'echo' above it - add a third patch that sanitizes the installation process to avoid non-working stripping, owernship changes, etc.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
30 lines
885 B
Diff
30 lines
885 B
Diff
From a77bb18a5584bb23687ed3c522dbd91a9987d5a7 Mon Sep 17 00:00:00 2001
|
|
From: Olivier Schonken <olivier.schonken@gmail.com>
|
|
Date: Wed, 20 Jan 2016 22:13:11 +0200
|
|
Subject: [PATCH] Remove man from BUILDDIRS in configure
|
|
|
|
Since cups doesn't autoreconf properly, we directly patch the
|
|
configure script.
|
|
|
|
Signed-off-by: Olivier Schonken <olivier.schonken@gmail.com>
|
|
---
|
|
configure | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/configure b/configure
|
|
index 4170ff3..3879a75 100755
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -5921,7 +5921,7 @@ fi
|
|
|
|
case "$COMPONENTS" in
|
|
all)
|
|
- BUILDDIRS="filter backend berkeley cgi-bin monitor notifier ppdc scheduler systemv conf data desktop locale man doc examples templates"
|
|
+ BUILDDIRS="filter backend berkeley cgi-bin monitor notifier ppdc scheduler systemv conf data desktop locale doc examples templates"
|
|
;;
|
|
|
|
core)
|
|
--
|
|
2.5.0
|
|
|