summaryrefslogtreecommitdiffstats
path: root/package/sslh
diff options
context:
space:
mode:
Diffstat (limited to 'package/sslh')
-rw-r--r--package/sslh/0001-secure-version-while-building-sslh-in-a-larger-git-t.patch4
-rw-r--r--package/sslh/sslh.mk2
2 files changed, 4 insertions, 2 deletions
diff --git a/package/sslh/0001-secure-version-while-building-sslh-in-a-larger-git-t.patch b/package/sslh/0001-secure-version-while-building-sslh-in-a-larger-git-t.patch
index 5cb8ce2541..d23bc9fae6 100644
--- a/package/sslh/0001-secure-version-while-building-sslh-in-a-larger-git-t.patch
+++ b/package/sslh/0001-secure-version-while-building-sslh-in-a-larger-git-t.patch
@@ -12,6 +12,8 @@ subtree only, this patch adds a check : a .git directory has to exist at
the root of the project to enable git-extracted version string.
Signed-off-by: David Bachelart <david.bachelart@bbright.com>
+[yann.morin.1998@free.fr: fix troll character U+c2a0]
+Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
---
genver.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
@@ -34,7 +36,7 @@ index 79fd0a0..051e57b 100755
fi
-if head=`git rev-parse --verify HEAD 2>/dev/null`; then
-+if [ -d .git ] && head=`git rev-parse --verify HEAD 2>/dev/null`; then
++if [ -d .git ] && head=`git rev-parse --verify HEAD 2>/dev/null`; then
# generate the version info based on the tag
release=`(git describe --tags || git --describe || git describe --all --long) \
2>/dev/null | tr -d '\n'`
diff --git a/package/sslh/sslh.mk b/package/sslh/sslh.mk
index 31774441ca..17aafd16c2 100644
--- a/package/sslh/sslh.mk
+++ b/package/sslh/sslh.mk
@@ -12,7 +12,7 @@ SSLH_LICENSE_FILES = COPYING
SSLH_DEPENDENCIES = libconfig
define SSLH_BUILD_CMDS
- $(TARGET_MAKE_ENV) $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
+ $(TARGET_MAKE_ENV) $(MAKE1) $(TARGET_CONFIGURE_OPTS) -C $(@D)
endef
define SSLH_INSTALL_TARGET_CMDS
OpenPOWER on IntegriCloud