From 45b68b5e89e82c8237a5b028f7c1596a905f95fe Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 27 Aug 2021 04:25:35 +0200 Subject: Fixing baseline violations on armel and i386, thanks to Adrian Bunk (Closes: #993010). Signed-off-by: Daniel Baumann --- debian/patches/debian/0001-cc-builtins.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 debian/patches/debian/0001-cc-builtins.patch (limited to 'debian/patches/debian/0001-cc-builtins.patch') diff --git a/debian/patches/debian/0001-cc-builtins.patch b/debian/patches/debian/0001-cc-builtins.patch new file mode 100644 index 0000000..0d0cafc --- /dev/null +++ b/debian/patches/debian/0001-cc-builtins.patch @@ -0,0 +1,17 @@ +Author: Adrian Bunk +Description: Fix USE_CC_BUILTINS. + +diff -Naurp ck.orig/configure ck/configure +--- ck.orig/configure ++++ ck/configure +@@ -551,8 +551,8 @@ else + fi + + if test "$USE_CC_BUILTINS"; then +- CFLAGS="$CFLAGS -DCK_CC_BUILTINS" +- PC_CFLAGS="-DCK_CC_BULITINS" ++ CFLAGS="$CFLAGS -DCK_USE_CC_BUILTINS=1" ++ PC_CFLAGS="-DCK_USE_CC_BUILTINS=1" + fi + + # `which` on Solaris sucks -- cgit v1.2.3