serf: use our CFLAGS.

This commit is contained in:
Juan RP 2014-06-12 09:43:26 +02:00
parent 906a41f2a7
commit 40f31b1017
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'serf' # Template file for 'serf'
pkgname=serf pkgname=serf
version=1.3.6 version=1.3.6
revision=1 revision=2
hostmakedepends="unzip scons>=2.3.0" hostmakedepends="unzip scons>=2.3.0"
makedepends="gdbm-devel apr-util-devel" makedepends="gdbm-devel apr-util-devel"
short_desc="High-performance asynchronous HTTP client library" short_desc="High-performance asynchronous HTTP client library"
@ -12,7 +12,7 @@ distfiles="http://serf.googlecode.com/svn/src_releases/${pkgname}-${version}.zip
checksum=23168cd7eec5162300fdf87d8e26250b4555aaa06fe08da3ac80fe39286fc6e3 checksum=23168cd7eec5162300fdf87d8e26250b4555aaa06fe08da3ac80fe39286fc6e3
do_build() { do_build() {
scons ${makejobs} PREFIX=/usr scons ${makejobs} CFLAGS="$CFLAGS" PREFIX=/usr
} }
do_install() { do_install() {