[quota] Fortify build-time configuration

Petr Pisar ppisar at fedoraproject.org
Thu Sep 1 14:07:57 UTC 2011


commit e48c3fad8e59a59c725501051f26a9a7d89b132c
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Aug 30 17:32:25 2011 +0200

    Fortify build-time configuration

 quota.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/quota.spec b/quota.spec
index b70cb0f..f07b8ff 100644
--- a/quota.spec
+++ b/quota.spec
@@ -127,9 +127,10 @@ done
 
 %build
 %configure \
-    --enable-ldapmail=try \
+    --enable-ext2direct=yes \
+    --enable-ldapmail=yes \
     --enable-netlink=yes \
-    --enable-rootsbin \
+    --enable-rootsbin=yes \
 %if %{rpcsetquota}
     --enable-rpcsetquota=yes \
 %endif
@@ -216,6 +217,7 @@ fi
 %changelog
 * Tue Aug 30 2011 Petr Pisar <ppisar at redhat.com> - 1:4.00-2
 - Remove unneeded cryptographic library build-time dependencies
+- Fortify build-time configuration
 
 * Tue Aug 23 2011 Petr Pisar <ppisar at redhat.com> - 1:4.00-1
 - 4.00 bump


More information about the scm-commits mailing list