projects
/
ck.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24143ee
)
Fix USE_CC_BUILTINS.
author
Adrian Bunk
<bunk@debian.org>
Wed, 25 Jan 2023 08:15:20 +0000
(08:15 +0000)
committer
Daniel Baumann
<daniel.baumann@progress-linux.org>
Wed, 25 Jan 2023 08:15:20 +0000
(08:15 +0000)
Gbp-Pq: Topic debian
Gbp-Pq: Name 0001-cc-builtins.patch
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 340e05ce3b011599ef8babce3fcf4def6a2a4f07..678f677e153703ff4ad4a4ba681c3c4d7606ba8e 100755
(executable)
--- a/
configure
+++ b/
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