polipo: use our CFLAGS.

This commit is contained in:
Juan RP 2014-08-21 09:18:36 +02:00
parent 48a9c5287f
commit f3fed33a6b
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'polipo' # Template file for 'polipo'
pkgname=polipo pkgname=polipo
version=1.1.1 version=1.1.1
revision=1 revision=2
short_desc="A small and fast caching web proxy" short_desc="A small and fast caching web proxy"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2" license="GPL-2"
@ -15,7 +15,7 @@ if [ "$build_option_systemd" ]; then
fi fi
do_build() { do_build() {
make ${makejobs} make CFLAGS="$CFLAGS" ${makejobs}
} }
do_install() { do_install() {