From 5080e96c1df9f168c512b744d934d80975d400f3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Thu, 28 Apr 2022 14:42:12 -0300 Subject: [PATCH] recipes: tools/ddrescue: Build as static, minor changes MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Matías Fonzo --- recipes/tools/ddrescue/recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/tools/ddrescue/recipe b/recipes/tools/ddrescue/recipe index 9e0f0d20..9a40a3c5 100644 --- a/recipes/tools/ddrescue/recipe +++ b/recipes/tools/ddrescue/recipe @@ -40,7 +40,7 @@ homepage=https://www.gnu.org/software/ddrescue/ license=GPLv2+ # Source documentation -docs="COPYING ChangeLog NEWS README" +docs="AUTHORS COPYING ChangeLog NEWS README" docsdir="${docdir}/${program}-${version}" build() @@ -52,9 +52,9 @@ build() # Set sane permissions chmod -R u+w,go-w,a+rX-s . - ./configure CPPFLAGS="$QICPPFLAGS" CXXFLAGS="$QICXXFLAGS" LDFLAGS="$QILDFLAGS" \ + ./configure CPPFLAGS="$QICPPFLAGS" \ + CXXFLAGS="$QICXXFLAGS" LDFLAGS="$QILDFLAGS -static" \ $configure_args \ - --libdir=/usr/lib${libSuffix} \ --infodir=$infodir \ --mandir=$mandir \ --docdir=$docsdir \ -- 2.11.4.GIT