commit 7442678595d16367bc2bc68ff9612632303e644d
Author: Jan RÄ™korajski <[email protected]>
Date:   Tue Dec 22 23:58:12 2015 +0100

    - fix quoting

 cryptlib.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/cryptlib.spec b/cryptlib.spec
index 4d7a7e1..d847c7b 100644
--- a/cryptlib.spec
+++ b/cryptlib.spec
@@ -98,7 +98,7 @@ unzip -q -L -a %{SOURCE0}
        OPTFLAGS="%{rpmcflags} -DOPENSSL_NO_ASM" \
 %else
 %ifarch %{ix86}
-       OPTFLAGS="%{rpmcflags}" -DUSE_ASM \
+       OPTFLAGS="%{rpmcflags} -DUSE_ASM" \
 %else
        OPTFLAGS="%{rpmcflags}" \
 %endif
@@ -110,7 +110,7 @@ unzip -q -L -a %{SOURCE0}
        OPTFLAGS="%{rpmcflags} -DOPENSSL_NO_ASM" \
 %else
 %ifarch %{ix86}
-       OPTFLAGS="%{rpmcflags}" -DUSE_ASM \
+       OPTFLAGS="%{rpmcflags} -DUSE_ASM" \
 %else
        OPTFLAGS="%{rpmcflags}" \
 %endif
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/cryptlib.git/commitdiff/7442678595d16367bc2bc68ff9612632303e644d

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to