summaryrefslogtreecommitdiffstats
path: root/debian/patches/debian/0001-cc-builtins.patch
blob: 0d0cafc5cd69b58dc116162bbd76e37ba4925637 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Author: Adrian Bunk <bunk@debian.org>
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