polipo: use our CFLAGS.
This commit is contained in:
parent
48a9c5287f
commit
f3fed33a6b
1 changed files with 2 additions and 2 deletions
|
@ -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 <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
|
@ -15,7 +15,7 @@ if [ "$build_option_systemd" ]; then
|
|||
fi
|
||||
|
||||
do_build() {
|
||||
make ${makejobs}
|
||||
make CFLAGS="$CFLAGS" ${makejobs}
|
||||
}
|
||||
|
||||
do_install() {
|
||||
|
|
Loading…
Reference in a new issue