jhogarth pushed to sslh (el5). "need to make LIBCONFIG null not 0"

notifications at fedoraproject.org notifications at fedoraproject.org
Sat Apr 18 00:40:31 UTC 2015


>From 5292cecfa7c228979b2580c210bf285b3e884806 Mon Sep 17 00:00:00 2001
From: James Hogarth <james.hogarth at gmail.com>
Date: Sat, 18 Apr 2015 01:40:18 +0100
Subject: need to make LIBCONFIG null not 0


diff --git a/sslh.spec b/sslh.spec
index 856fedc..c51dafb 100644
--- a/sslh.spec
+++ b/sslh.spec
@@ -45,7 +45,7 @@ comes from its original function to serve SSH and HTTPS on the same port.
 
 %build
 ./genver.sh >version.h
-make %{?_smp_mflags} USELIBCONFIG=0 USELIBWRAP=1 USELIBCAP=1 CFLAGS="%{optflags}" %{name}
+make %{?_smp_mflags} USELIBCONFIG="" USELIBWRAP=1 USELIBCAP=1 CFLAGS="%{optflags}" %{name}
 pod2man --section=8 --release=%{version} --center=" " %{name}.pod > %{name}.8
 iconv --from=ISO-8859-1 --to=UTF-8 ChangeLog > ChangeLog.conv && \
 touch -r ChangeLog ChangeLog.conv && \
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/sslh.git/commit/?h=el5&id=5292cecfa7c228979b2580c210bf285b3e884806


More information about the scm-commits mailing list