summaryrefslogtreecommitdiffstats
path: root/recipes-security/xmlsec1/xmlsec1/makefile-ptest.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-security/xmlsec1/xmlsec1/makefile-ptest.patch')
-rw-r--r--recipes-security/xmlsec1/xmlsec1/makefile-ptest.patch18
1 files changed, 13 insertions, 5 deletions
diff --git a/recipes-security/xmlsec1/xmlsec1/makefile-ptest.patch b/recipes-security/xmlsec1/xmlsec1/makefile-ptest.patch
index 2a199f4..d453569 100644
--- a/recipes-security/xmlsec1/xmlsec1/makefile-ptest.patch
+++ b/recipes-security/xmlsec1/xmlsec1/makefile-ptest.patch
@@ -1,18 +1,26 @@
1From 83a1381e1d6bd1b5ec3df6f7c4bc1f4fe4f860b6 Mon Sep 17 00:00:00 2001
2From: Jackie Huang <jackie.huang@windriver.com>
3Date: Thu, 15 Jun 2017 14:44:01 +0800
4Subject: [PATCH] xmlsec1: add new recipe
5
1This enables the building of the examples directory 6This enables the building of the examples directory
2and it's installed as ptest. 7and it's installed as ptest.
3 8
4Upstream-Status: Inappropriate [ OE ptest specific ] 9Upstream-Status: Inappropriate [ OE ptest specific ]
5 10
6Signed-off-by: Jackie Huang <jackie.huang@windriver.com> 11Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
12
7--- 13---
8 examples/Makefile | 7 +++++-- 14 examples/Makefile | 12 ++++++++++--
9 1 files changed, 7 insertions(+), 0 deletions(-) 15 1 file changed, 10 insertions(+), 2 deletions(-)
10 16
17diff --git a/examples/Makefile b/examples/Makefile
18index 89b1d61..c1cbcca 100644
11--- a/examples/Makefile 19--- a/examples/Makefile
12+++ b/examples/Makefile 20+++ b/examples/Makefile
13@@ -9,9 +9,17 @@ 21@@ -8,9 +8,17 @@ PROGRAMS = \
14 xmldsigverify \ 22 decrypt1 decrypt2 decrypt3 \
15 xkms-server 23 xmldsigverify
16 24
17+ifndef CC 25+ifndef CC
18 CC = gcc 26 CC = gcc