From 5e60314a676222ebfb96ef20b4886b06561373d7 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Tue, 24 May 2016 15:53:18 +0200 Subject: [PATCH] sl: pass LDFLAGS. --- srcpkgs/sl/template | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/srcpkgs/sl/template b/srcpkgs/sl/template index 5ea7151842f..c9a1826b9b1 100644 --- a/srcpkgs/sl/template +++ b/srcpkgs/sl/template @@ -1,7 +1,7 @@ # Template file for 'sl' pkgname=sl version=5.02 -revision=1 +revision=2 build_style=gnu-makefile makedepends="ncurses-devel" short_desc="Correct you if you type (sl) by mistake" @@ -11,6 +11,9 @@ homepage="https://github.com/mtoyoda/sl" distfiles="https://github.com/mtoyoda/sl/archive/${version}.tar.gz" checksum=1e5996757f879c81f202a18ad8e982195cf51c41727d3fea4af01fdcbbb5563a +pre_build() { + CFLAGS+=" $LDFLAGS" +} do_install(){ vbin sl vman sl.1