diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-08 07:56:36 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-08 08:00:06 +0000 |
commit | ff9b1d3ee28a36b2c880faed979562a2a4dfdda1 (patch) | |
tree | 7a224f7d99690d9a601225f68c3a76acc75a2913 | |
parent | Updating to standards-version 4.7.0. (diff) | |
download | ck-ff9b1d3ee28a36b2c880faed979562a2a4dfdda1.tar.xz ck-ff9b1d3ee28a36b2c880faed979562a2a4dfdda1.zip |
Removing cc-builtins.patch, included upstream.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/patches/debian/0001-cc-builtins.patch | 17 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 0 insertions, 18 deletions
diff --git a/debian/patches/debian/0001-cc-builtins.patch b/debian/patches/debian/0001-cc-builtins.patch deleted file mode 100644 index 0d0cafc..0000000 --- a/debian/patches/debian/0001-cc-builtins.patch +++ /dev/null @@ -1,17 +0,0 @@ -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 diff --git a/debian/patches/series b/debian/patches/series index f1ecda3..f19ab38 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,2 @@ -debian/0001-cc-builtins.patch debian/0002-disable-sse.patch debian/0003-ftbfs-armhf.patch |