From 9a0f7d8a647f5baeabe7d59752a3eb17535de32f Mon Sep 17 00:00:00 2001 From: OBS User coolo Date: Mon, 2 Aug 2010 09:24:52 +0000 Subject: [PATCH] - revert pth's %configure to fix build Rev filesystems/9 Md5 52911d4fbd5ea628bca60b918a5947fb 2010-08-02 09:24:52 coolo None --- e2fsprogs.changes | 5 +++++ e2fsprogs.spec | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/e2fsprogs.changes b/e2fsprogs.changes index 10da6ef..7d3f6e4 100644 --- a/e2fsprogs.changes +++ b/e2fsprogs.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 2 09:23:35 UTC 2010 - coolo@novell.com + +- revert pth's %configure to fix build + ------------------------------------------------------------------- Wed Jun 30 16:11:36 UTC 2010 - jengelh@medozas.de diff --git a/e2fsprogs.spec b/e2fsprogs.spec index c57ab91..917ef55 100644 --- a/e2fsprogs.spec +++ b/e2fsprogs.spec @@ -129,7 +129,11 @@ cp %{S:6} po/de.po %build autoreconf --force --install -%{configure} \ +./configure --prefix=%{_prefix} \ + --mandir=%{_mandir} \ + --infodir=%{_infodir} \ + --libdir=%{_libdir} \ + --disable-evms \ --with-root-prefix='' \ --enable-elf-shlibs \ --disable-libblkid \