[packages/mawk] - initialize random seed by default

arekm arekm at pld-linux.org
Tue Feb 19 13:20:20 CET 2013


commit 25118182f06aa7639b45b3c3e9061bf0ebe37a4d
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Feb 19 13:20:17 2013 +0100

    - initialize random seed by default

 mawk.spec | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/mawk.spec b/mawk.spec
index a6dd2a9..3900109 100644
--- a/mawk.spec
+++ b/mawk.spec
@@ -105,7 +105,9 @@ Wersja awka na bootkietkę.
 %patch0 -p1
 
 %build
-%configure
+%configure \
+	 --enable-init-srand
+
 %if %{with bootdisk}
 %{__make} -j1 \
 	MATHLIB=%{_prefix}/%{_lib}/libm.a \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mawk.git/commitdiff/25118182f06aa7639b45b3c3e9061bf0ebe37a4d



More information about the pld-cvs-commit mailing list