From 5aa2f101451e8b7d0bf97cf3c2aedc005e5f2eb3 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Tue, 24 May 2016 15:34:58 +0200 Subject: [PATCH] foremost: pass LDFLAGS. --- srcpkgs/foremost/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/foremost/template b/srcpkgs/foremost/template index 8b32bb21fb8..63791758244 100644 --- a/srcpkgs/foremost/template +++ b/srcpkgs/foremost/template @@ -1,11 +1,11 @@ # Template file for 'foremost' pkgname=foremost version=1.5.7 -revision=4 +revision=5 conf_files="/etc/foremost.conf" short_desc="Forensic program to recover lost files" maintainer="Juan RP " -license="Public domain, GPL-2" +license="Public Domain, GPL-2" homepage="http://foremost.sourceforge.net/" distfiles="http://foremost.sourceforge.net/pkg/foremost-${version}.tar.gz" checksum=502054ef212e3d90b292e99c7f7ac91f89f024720cd5a7e7680c3d1901ef5f34 @@ -14,7 +14,7 @@ do_configure() { sed "s,RAW_FLAGS =.*,RAW_FLAGS = $CFLAGS," -i Makefile } do_build() { - make RAW_CC="$CC" ${makejobs} + make RAW_CC="$CC" LINK_OPT="$LDFLAGS" ${makejobs} } do_install() { vbin foremost