Accepting request 137016 from home:dmdiss:bnc783510_xfsprogs_readline
- Build with readline support; (bnc#783510). OBS-URL: https://build.opensuse.org/request/show/137016 OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=22
This commit is contained in:
parent
8d49babd57
commit
97581c12ba
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 4 11:19:30 UTC 2012 - ddiss@suse.com
|
||||||
|
|
||||||
|
- Build with readline support; (bnc#783510).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat May 26 11:42:47 UTC 2012 - jengelh@inai.de
|
Sat May 26 11:42:47 UTC 2012 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -17,6 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: xfsprogs
|
Name: xfsprogs
|
||||||
|
BuildRequires: readline-devel
|
||||||
%if 0%{?suse_version} > 0
|
%if 0%{?suse_version} > 0
|
||||||
%if 0%{?suse_version} < 1100
|
%if 0%{?suse_version} < 1100
|
||||||
BuildRequires: e2fsprogs-devel
|
BuildRequires: e2fsprogs-devel
|
||||||
@ -79,7 +80,7 @@ want to install xfsprogs.
|
|||||||
export OPTIMIZER="-fPIC"
|
export OPTIMIZER="-fPIC"
|
||||||
export DEBUG=-DNDEBUG
|
export DEBUG=-DNDEBUG
|
||||||
export LIBUUID=/usr/%{_lib}/libuuid.a
|
export LIBUUID=/usr/%{_lib}/libuuid.a
|
||||||
%configure
|
%configure --enable-readline=yes
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user