Accepting request 262239 from home:elvigia:branches:filesystems
- Enable ACL support - Buildrequire libuuid-devel and hwinfo-devel, silences build warning about the need of that libraries. OBS-URL: https://build.opensuse.org/request/show/262239 OBS-URL: https://build.opensuse.org/package/show/filesystems/ntfs-3g_ntfsprogs?expand=0&rev=21
This commit is contained in:
parent
c64b0c4d13
commit
dde35ab7c8
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 18 22:18:43 UTC 2014 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
- Enable ACL support
|
||||||
|
- Buildrequire libuuid-devel and hwinfo-devel, silences build warning
|
||||||
|
about the need of that libraries.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 22 23:53:03 UTC 2014 - tabraham@suse.com
|
Tue Apr 22 23:53:03 UTC 2014 - tabraham@suse.com
|
||||||
|
|
||||||
|
@ -33,6 +33,8 @@ BuildRequires: fuse-devel >= 2.6.0
|
|||||||
%else
|
%else
|
||||||
BuildRequires: pkgconfig(fuse) >= 2.6.0
|
BuildRequires: pkgconfig(fuse) >= 2.6.0
|
||||||
%endif
|
%endif
|
||||||
|
BuildRequires: hwinfo-devel
|
||||||
|
BuildRequires: libuuid-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@ -108,7 +110,7 @@ options to display the version number and usage syntax.
|
|||||||
#
|
#
|
||||||
export CFLAGS="$RPM_OPT_FLAGS -Wformat -Wformat-security -W -Wno-sign-compare"
|
export CFLAGS="$RPM_OPT_FLAGS -Wformat -Wformat-security -W -Wno-sign-compare"
|
||||||
%configure --exec-prefix=/ --disable-static --with-pic --disable-ldconfig \
|
%configure --exec-prefix=/ --disable-static --with-pic --disable-ldconfig \
|
||||||
--with-fuse=external
|
--with-fuse=external --enable-posix-acls
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user