From 30d788e84c4c7e3016ea3af2a8ada172afe927e3 Mon Sep 17 00:00:00 2001 From: Ypnose Date: Sun, 3 Aug 2014 15:00:17 +0200 Subject: [PATCH] sinit-git: use our *FLAGS --- srcpkgs/sinit-git/template | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/srcpkgs/sinit-git/template b/srcpkgs/sinit-git/template index ba5e81e5561..8e13ce6e1a9 100644 --- a/srcpkgs/sinit-git/template +++ b/srcpkgs/sinit-git/template @@ -1,6 +1,6 @@ # Template file for 'sinit-git' pkgname=sinit-git -version=20140705 +version=20140803 revision=1 build_style=gnu-makefile hostmakedepends="git" @@ -20,6 +20,9 @@ do_fetch() { pre_build() { LD=$CC cp ${FILESDIR}/config.h config.h + sed -i 's|^CPPFLAGS =|CPPFLAGS +=|g' config.mk + sed -i 's|^CFLAGS =|CFLAGS +=|g' config.mk + sed -i 's|^LDFLAGS =|LDFLAGS +=|g' config.mk } post_install() {