From f3fed33a6b243fa42fa9c0308d5d4bbac9d1ee3f Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 21 Aug 2014 09:18:36 +0200 Subject: [PATCH] polipo: use our CFLAGS. --- srcpkgs/polipo/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/polipo/template b/srcpkgs/polipo/template index 890f15ed898..4453566008f 100644 --- a/srcpkgs/polipo/template +++ b/srcpkgs/polipo/template @@ -1,7 +1,7 @@ # Template file for 'polipo' pkgname=polipo version=1.1.1 -revision=1 +revision=2 short_desc="A small and fast caching web proxy" maintainer="Juan RP " license="GPL-2" @@ -15,7 +15,7 @@ if [ "$build_option_systemd" ]; then fi do_build() { - make ${makejobs} + make CFLAGS="$CFLAGS" ${makejobs} } do_install() {