diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-06-19 09:52:18 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-06-19 09:52:18 +0000 |
commit | 2cd8c216dcfd94039189c9c9c2b0817897baf5ad (patch) | |
tree | c0280e087fd6dbb0e931db1c718ff97e2f72ae78 /tools/e2fsprogs/patches | |
parent | 833b4af81602e0afc302060972038dfbbc993708 (diff) | |
download | upstream-2cd8c216dcfd94039189c9c9c2b0817897baf5ad.tar.gz upstream-2cd8c216dcfd94039189c9c9c2b0817897baf5ad.tar.bz2 upstream-2cd8c216dcfd94039189c9c9c2b0817897baf5ad.zip |
tools/e2fsprogs: don't build e4defrag
Compilation fails on older systems due to missing syscalls, and the
e4defrag tool is not used by the build-system anyway.
SVN-Revision: 32451
Diffstat (limited to 'tools/e2fsprogs/patches')
-rw-r--r-- | tools/e2fsprogs/patches/002-dont-build-e4defrag.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/e2fsprogs/patches/002-dont-build-e4defrag.patch b/tools/e2fsprogs/patches/002-dont-build-e4defrag.patch new file mode 100644 index 0000000000..9f6e7b1cef --- /dev/null +++ b/tools/e2fsprogs/patches/002-dont-build-e4defrag.patch @@ -0,0 +1,11 @@ +--- a/misc/Makefile.in ++++ b/misc/Makefile.in +@@ -11,7 +11,7 @@ INSTALL = @INSTALL@ + + @MCONFIG@ + +-@DEFRAG_CMT@@LINUX_CMT@E4DEFRAG_PROG= e4defrag ++@DEFRAG_CMT@@LINUX_CMT@E4DEFRAG_PROG= + @DEFRAG_CMT@@LINUX_CMT@E4DEFRAG_MAN= e4defrag.8 + + @IMAGER_CMT@E2IMAGE_PROG= e2image |