[brltty] Fix typo

Kalev Lember kalev at fedoraproject.org
Thu Apr 4 16:07:00 UTC 2013


commit 2e9a5ee768b2c271abb445a081f757279dde5173
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Thu Apr 4 18:06:35 2013 +0200

    Fix typo

 brltty.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/brltty.spec b/brltty.spec
index 3451253..116dce2 100644
--- a/brltty.spec
+++ b/brltty.spec
@@ -166,7 +166,7 @@ cp -a . %{py3dir}
 for i in -I/usr/lib/jvm/java/include{,/linux}; do
       java_inc="$java_inc $i"
 done
-export CPPFLAGS="$java_inc" CFLAGS="%{optflags} -fno-strict-aliasing" \
+export CPPFLAGS="$java_inc"
 
 export CFLAGS="%{optflags} -fno-strict-aliasing"
 export CXXFLAGS="%{optflags} -fno-strict-aliasing"


More information about the scm-commits mailing list