- GitHub repository have been removed: * switch to upstream's archived repository as homepage. * do not download tarball from GitHub - Add directly patches from Debian that aren't applid already, they include PCRE2 porting: * fix_passing_LDFLAGS_for_ccze-cssdump.patch * fix_capitalization_typo.patch * fix-national-encoding.patch * cross.patch * pcre2.patch * memory-leak.patch * uninitialised-value.patch - Switch to PCRE2 - Only run updated tests - Spec cleanup OBS-URL: https://build.opensuse.org/request/show/1254979 OBS-URL: https://build.opensuse.org/package/show/utilities/ccze?expand=0&rev=7
18 lines
521 B
Diff
18 lines
521 B
Diff
From: Helmut Grohne <helmut@subdivi.de>
|
|
Subject: avoid spoiling AC_PROG_CC with the build architecture compiler
|
|
Bug-Debian: https://bugs.debian.org/900024
|
|
Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=900024#5
|
|
|
|
Index: ccze-0.2.1/configure.ac
|
|
===================================================================
|
|
--- ccze-0.2.1.orig/configure.ac
|
|
+++ ccze-0.2.1/configure.ac
|
|
@@ -36,7 +36,6 @@
|
|
dnl **********************
|
|
dnl * Programs
|
|
dnl **********************
|
|
-AC_CHECK_TOOL(CC, cc)
|
|
AC_PROG_CC
|
|
|
|
WFLAGS=""
|