From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnout Vandecappelle (Essensium/Mind) Date: Sun, 20 Sep 2015 21:23:43 +0200 Subject: [Buildroot] [PATCH 11/18] cryptodev-linux: remove now-redundant fix-ccache-compile patch In-Reply-To: <1442777030-24036-1-git-send-email-arnout@mind.be> References: <1442774504-22799-1-git-send-email-arnout@mind.be> <1442777030-24036-1-git-send-email-arnout@mind.be> Message-ID: <1442777030-24036-3-git-send-email-arnout@mind.be> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- .../cryptodev-linux/0002-fix-ccache-compile.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 package/cryptodev-linux/0002-fix-ccache-compile.patch diff --git a/package/cryptodev-linux/0002-fix-ccache-compile.patch b/package/cryptodev-linux/0002-fix-ccache-compile.patch deleted file mode 100644 index 058fb43..0000000 --- a/package/cryptodev-linux/0002-fix-ccache-compile.patch +++ /dev/null @@ -1,20 +0,0 @@ -Fix compilation with ccache enabled - -When ccache is enabled the CROSS_COMPILE variable contains a space, so -it must be properly quoted. - -Signed-off-by: Doug Kehn - -Index: cryptodev-linux-1.7/Makefile -=================================================================== ---- cryptodev-linux-1.7.orig/Makefile -+++ cryptodev-linux-1.7/Makefile -@@ -18,7 +18,7 @@ ifneq (${ARCH},) - KERNEL_MAKE_OPTS += ARCH=${ARCH} - endif - ifneq (${CROSS_COMPILE},) --KERNEL_MAKE_OPTS += CROSS_COMPILE=${CROSS_COMPILE} -+KERNEL_MAKE_OPTS += CROSS_COMPILE="${CROSS_COMPILE}" - endif - - build: version.h -- 2.5.3