summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Rękorajski2017-04-21 22:56:23 (GMT)
committerJan Rękorajski2017-04-21 22:56:23 (GMT)
commit85c16f75dc49996ac61c957165559fc71c46d65e (patch)
treec9487d4e57040c265439cc223d266d517b5b365e
parent032cbddd3901dbab995bed16a4f70cf039f05f6a (diff)
downloadenchant-85c16f75dc49996ac61c957165559fc71c46d65e.zip
enchant-85c16f75dc49996ac61c957165559fc71c46d65e.tar.gz
- fix negative number shiftauto/th/enchant-1.6.0-7
- rel 7
-rw-r--r--enchant.spec4
1 files changed, 3 insertions, 1 deletions
diff --git a/enchant.spec b/enchant.spec
index 6cb0f02..7e1fe38 100644
--- a/enchant.spec
+++ b/enchant.spec
@@ -6,7 +6,7 @@ Summary: libenchant - generic spell checking library
Summary(pl.UTF-8): libenchant - ogólna biblioteka sprawdzania pisowni
Name: enchant
Version: 1.6.0
-Release: 6
+Release: 7
License: LGPL v2
Group: Libraries
Source0: http://www.abisource.com/downloads/enchant/%{version}/%{name}-%{version}.tar.gz
@@ -196,6 +196,8 @@ Moduł obsługujący backend zemberek (turecki) dla Enchanta.
%{__aclocal} -I ac-helpers
%{__autoconf}
%{__automake}
+export CFLAGS="%{rpmcflags} -fpermissive"
+export CXXFLAGS="%{rpmcxxflags} -fpermissive"
%configure \
--disable-binreloc \
%{!?with_static_libs:--disable-static} \