summaryrefslogtreecommitdiff
path: root/e2fsprogs.spec.in
diff options
context:
space:
mode:
authorAndreas Dilger <adilger@sun.com>2008-08-24 21:03:17 -0400
committerTheodore Ts'o <tytso@mit.edu>2008-08-24 21:03:17 -0400
commit28b74daa10bfd4e6d908ca030a9d9c5b8269a26c (patch)
treef10fc210f3b98a1eb791f5d27e1851edce2f3ebd /e2fsprogs.spec.in
parent9f9e5c3aea024c92c50e8bb834a3ea33d9e1f55d (diff)
downloade2fsprogs-28b74daa10bfd4e6d908ca030a9d9c5b8269a26c.tar.gz
allow integrating the "make rpm" command into a build system
Allow "make rpm" to take some extra configure options from the build environment without having to patch the code. Build the tarball in a temporary directory instead of the e2fsprogs source directory. Signed-off-by: Michael MacDonald <Michael.Macdonald@Sun.COM> Signed-off-by: Andreas Dilger <adilger@sun.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'e2fsprogs.spec.in')
-rw-r--r--e2fsprogs.spec.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/e2fsprogs.spec.in b/e2fsprogs.spec.in
index 41bf6809..51c9b64d 100644
--- a/e2fsprogs.spec.in
+++ b/e2fsprogs.spec.in
@@ -62,7 +62,8 @@ SMP systems.
%setup
%build
-%configure --enable-elf-shlibs --enable-nls
+%configure --enable-elf-shlibs --enable-nls \
+ %{?extra_config_flags:%extra_config_flags}
make
make check