]> git.pld-linux.org Git - packages/enchant2.git/commitdiff
- fix negative number shift
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 21 Apr 2017 22:56:23 +0000 (00:56 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Fri, 21 Apr 2017 22:56:23 +0000 (00:56 +0200)
- rel 7

enchant.spec

index 6cb0f025ae0b28feb2a74cc5de3a456dbb64fe42..7e1fe3888bce09c5f7e21a430435cf13bcd7595c 100644 (file)
@@ -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} \
This page took 0.27414 seconds and 4 git commands to generate.