Skip to content

Commit

Permalink
tools/e2fsprogs: don't build e4defrag
Browse files Browse the repository at this point in the history
Compilation fails on older systems due to missing syscalls, and the
e4defrag tool is not used by the build-system anyway.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32451 3c298f89-4303-0410-b956-a3cf2f4a3e73
  • Loading branch information
juhosg committed Jun 19, 2012
1 parent 71c7043 commit 83fdf29
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions 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

0 comments on commit 83fdf29

Please sign in to comment.