]> git.pld-linux.org Git - packages/e2fsprogs.git/commitdiff
- e2fsck is no longer static by default (upstream change)
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 10 Feb 2008 15:32:15 +0000 (15:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    e2fsprogs.spec -> 1.184

e2fsprogs.spec

index 889acc7563bb564f7044dd5ec35c57a12fdc6a38..b19cc6c726f7fb813e4e5ba8caa1a1da1c4ebf02 100644 (file)
@@ -58,7 +58,7 @@ BuildRequires:        device-mapper-devel >= 1.02.18-2
 BuildRequires: gettext-devel >= 0.11
 BuildRequires: rpmbuild(macros) >= 1.426
 BuildRequires: texinfo
-%if %{with static}
+%if %{with allstatic}
 BuildRequires: device-mapper-static
 BuildRequires: glibc-static
 BuildRequires: libselinux-static
@@ -594,10 +594,7 @@ etykietÄ™ lub UUID - statycznie skonsolidowane na potrzeby initrd.
 
 %{__rm} debugfs/*.o
 
-sed -i \
-       -e '/AC_SUBST(DO_TEST_SUITE/a\MKINSTALLDIRS="install -d"\nAC_SUBST(MKINSTALLDIRS)\n' configure.in
-
-%{!?with_static:sed '/^all:/s/e2fsck\.static//' -i e2fsck/Makefile.in}
+sed -i -e '/AC_SUBST(DO_TEST_SUITE/a\MKINSTALLDIRS="install -d"\nAC_SUBST(MKINSTALLDIRS)\n' configure.in
 
 # AX_TLS
 tail -n +2604 aclocal.m4 > acinclude.m4
@@ -631,7 +628,6 @@ mv -f misc/blkid initrd-blkid
        --enable-blkid-devmapper \
        --enable-compression \
        --enable-htree \
-       %{!?with_static:--enable-dynamic-e2fsck} \
        --enable-fsck \
        --disable-rpath
 
This page took 0.103612 seconds and 4 git commands to generate.