Accepting request 488901 from home:hendwolt
reenable Large File Support for i586 fixes bug 1007123 OBS-URL: https://build.opensuse.org/request/show/488901 OBS-URL: https://build.opensuse.org/package/show/Base:System/acl?expand=0&rev=50
This commit is contained in:
parent
ebff061d2d
commit
bd6e567ab6
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 17 07:47:47 UTC 2017 - hendrikw@arcor.de
|
||||||
|
|
||||||
|
- reenable full Larg File Support for i586
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 29 14:25:36 UTC 2017 - fvogt@suse.com
|
Wed Mar 29 14:25:36 UTC 2017 - fvogt@suse.com
|
||||||
|
|
||||||
|
11
acl.spec
11
acl.spec
@ -94,8 +94,8 @@ control lists.
|
|||||||
|
|
||||||
%package -n %lname
|
%package -n %lname
|
||||||
Summary: A dynamic library for accessing POSIX Access Control Lists
|
Summary: A dynamic library for accessing POSIX Access Control Lists
|
||||||
# bug437293
|
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
# bug437293
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Obsoletes: libacl-64bit
|
Obsoletes: libacl-64bit
|
||||||
%endif
|
%endif
|
||||||
@ -110,8 +110,8 @@ control lists.
|
|||||||
|
|
||||||
%package -n libacl-devel
|
%package -n libacl-devel
|
||||||
Summary: Include Files and Libraries mandatory for Development
|
Summary: Include Files and Libraries mandatory for Development
|
||||||
# the .so file references libattr.so.x, so require libattr-devel
|
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
|
# the .so file references libattr.so.x, so require libattr-devel
|
||||||
Requires: %lname = %version
|
Requires: %lname = %version
|
||||||
Requires: glibc-devel
|
Requires: glibc-devel
|
||||||
Requires: libattr-devel
|
Requires: libattr-devel
|
||||||
@ -171,6 +171,11 @@ sh autogen.sh
|
|||||||
export OPTIMIZER="$RPM_OPT_FLAGS -fPIC"
|
export OPTIMIZER="$RPM_OPT_FLAGS -fPIC"
|
||||||
export DEBUG=-DNDEBUG
|
export DEBUG=-DNDEBUG
|
||||||
CFLAGS="$RPM_OPT_FLAGS"
|
CFLAGS="$RPM_OPT_FLAGS"
|
||||||
|
|
||||||
|
%ifarch %ix86 i586
|
||||||
|
export CFLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64"
|
||||||
|
%endif
|
||||||
|
|
||||||
%configure \
|
%configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--exec-prefix=/usr \
|
--exec-prefix=/usr \
|
||||||
@ -179,7 +184,7 @@ CFLAGS="$RPM_OPT_FLAGS"
|
|||||||
--disable-static \
|
--disable-static \
|
||||||
--docdir=%{_defaultdocdir}/%{name} \
|
--docdir=%{_defaultdocdir}/%{name} \
|
||||||
--with-pic
|
--with-pic
|
||||||
%{__make} %{?_smp_mflags}
|
%{__make} %{?_smp_mflags} V=1
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%if %{with acl_tests}
|
%if %{with acl_tests}
|
||||||
|
Loading…
Reference in New Issue
Block a user