From c6d068cd410c685319d484a48d53bada7af67245 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Sun, 6 Sep 2020 17:33:53 -0300 Subject: [PATCH] recipes: tools/*: Tune up file system utilities MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Matías Fonzo --- recipes/tools/jfsutils/recipe | 4 ++-- recipes/tools/reiser4progs/recipe | 6 +++--- recipes/tools/xfsprogs/recipe | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/recipes/tools/jfsutils/recipe b/recipes/tools/jfsutils/recipe index 4a463860..c18c8c0f 100644 --- a/recipes/tools/jfsutils/recipe +++ b/recipes/tools/jfsutils/recipe @@ -16,7 +16,7 @@ program=jfsutils version=1.1.15 -release=2 +release=3 # Define a category for the output of the package name pkgcategory=tools @@ -60,7 +60,7 @@ build() # Set sane permissions chmod -R u+w,go-w,a+rX-s . - ./configure CFLAGS="$QICFLAGS" LDFLAGS="$QILDFLAGS" \ + ./configure CFLAGS="$QICFLAGS -O3" LDFLAGS="$QILDFLAGS" \ $configure_args \ --libdir=/usr/lib${libSuffix} \ --mandir=$mandir \ diff --git a/recipes/tools/reiser4progs/recipe b/recipes/tools/reiser4progs/recipe index e29d4050..165e184f 100644 --- a/recipes/tools/reiser4progs/recipe +++ b/recipes/tools/reiser4progs/recipe @@ -16,7 +16,7 @@ program=reiser4progs version=2.0.3 -release=1 +release=2 # Define a category for the output of the package name pkgcategory=tools @@ -51,7 +51,7 @@ build() # Set sane permissions chmod -R u+w,go-w,a+rX-s . - ./configure CFLAGS="$QICFLAGS" LDFLAGS="$QILDFLAGS -static" \ + ./configure CFLAGS="$QICFLAGS -O3" LDFLAGS="$QILDFLAGS -static" \ $configure_args \ --libdir=/usr/lib${libSuffix} \ --docdir=$docsdir \ @@ -61,7 +61,7 @@ build() --disable-Werror \ --build="$(gcc -dumpmachine)" - make -j${jobs} V=1 CFLAGS="$QICFLAGS" LDFLAGS="$QILDFLAGS -static" + make -j${jobs} V=1 CFLAGS="$QICFLAGS -O3" LDFLAGS="$QILDFLAGS -static" make -j${jobs} DESTDIR="$destdir" install-strip # Compress and link man pages (if needed) diff --git a/recipes/tools/xfsprogs/recipe b/recipes/tools/xfsprogs/recipe index d65e37cc..78001335 100644 --- a/recipes/tools/xfsprogs/recipe +++ b/recipes/tools/xfsprogs/recipe @@ -16,7 +16,7 @@ program=xfsprogs version=5.8.0 -release=1 +release=2 # Define a category for the output of the package name pkgcategory=tools @@ -56,7 +56,7 @@ build() chmod -R u+w,go-w,a+rX-s . ./configure LDFLAGS="$QILDFLAGS" \ - OPTIMIZER="$QICFLAGS" DEBUG="-DNDEBUG" \ + OPTIMIZER="$QICFLAGS -O3" DEBUG="-DNDEBUG" \ $configure_args \ --libdir=/usr/lib${libSuffix} \ --libexecdir=/usr/libexec/xfsprogs \ -- 2.11.4.GIT