[cntlm] set SYSCONFDIR during build. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=637767

Matt Domsch mdomsch at fedoraproject.org
Mon Sep 27 14:09:52 UTC 2010


commit f3d22f43b0b83df575527b4dbbef1d7038b38707
Author: Matt Domsch <Matt_Domsch at dell.com>
Date:   Mon Sep 27 09:09:46 2010 -0500

    set SYSCONFDIR during build.  Fixes https://bugzilla.redhat.com/show_bug.cgi?id=637767

 cntlm.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/cntlm.spec b/cntlm.spec
index 2a44cb1..9414d0d 100644
--- a/cntlm.spec
+++ b/cntlm.spec
@@ -31,7 +31,7 @@ contains detailed information.
 
 %build
 %configure
-make %{?_smp_mflags}
+make %{?_smp_mflags} SYSCONFDIR=%{_sysconfdir}
 
 %install
 rm -rf %{buildroot}


More information about the scm-commits mailing list