[ptpd] added %configure macro

jondkent jondkent at fedoraproject.org
Tue Nov 26 22:22:02 UTC 2013


commit 9f8e72a6c35b94fcc4d8032e72877cd37e6b2658
Author: Jon Kent <jon.kent at gmail.com>
Date:   Tue Nov 26 22:22:48 2013 +0000

    added %configure macro

 ptpd.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/ptpd.spec b/ptpd.spec
index e79574c..2e5ea82 100644
--- a/ptpd.spec
+++ b/ptpd.spec
@@ -31,7 +31,8 @@ does not require an FPU, so it is great for embedded processors.
 
 %build
 autoreconf -vi
-./configure --enable-statistics --enable-ntpdc
+
+%configure
 CFLAGS="%{optflags}" make
 
 


More information about the scm-commits mailing list