forked from pool/ntfs-3g_ntfsprogs
Accepting request 509147 from home:linux4humans:sle11_software:filesystems
английский OBS-URL: https://build.opensuse.org/request/show/509147 OBS-URL: https://build.opensuse.org/package/show/filesystems/ntfs-3g_ntfsprogs?expand=0&rev=36
This commit is contained in:
parent
a334ca5a1e
commit
741d7a4370
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 7 11:04:11 UTC 2017 - zenitur@ya.ru
|
||||
|
||||
- Switch GCC version from 4.3 to 4.8 for SLES 11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 26 10:11:41 UTC 2017 - idonmez@suse.com
|
||||
|
||||
|
@ -30,6 +30,8 @@ Url: http://www.tuxera.com/community/ntfs-3g-download/
|
||||
# SLES 11 is still supported
|
||||
%if 0%{?sles_version} && 0%{?suse_version} == 1110
|
||||
BuildRequires: fuse-devel >= 2.6.0
|
||||
BuildRequires: gcc48
|
||||
BuildRequires: cpp48
|
||||
%else
|
||||
BuildRequires: pkgconfig(fuse) >= 2.6.0
|
||||
%endif
|
||||
@ -115,6 +117,10 @@ They have been orphaned for ten years and are unlikely to be upgraded (except nt
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%if 0%{?sles_version} && 0%{?suse_version} == 1110
|
||||
export CC=gcc-4.8
|
||||
export CXX=cpp-4.8
|
||||
%endif
|
||||
#
|
||||
# regarding -Wno-sign-compare - checked with the Szaka: There is one variable
|
||||
# which is signed and would possibly ok to be unsigned. Any solution to this
|
||||
|
Loading…
Reference in New Issue
Block a user