summaryrefslogtreecommitdiffstats
path: root/src/apr.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2012-05-08 15:16:05 (GMT)
committerTony Theodore <tonyt@logyst.com>2012-05-16 07:49:40 (GMT)
commit4ed13a9f3071c2cb545c6562cc8966e4469f4068 (patch)
treecf0501a3603854327b0ef5b684504031999674b7 /src/apr.mk
parent6f98c22697588b86dfe2f74821354ef44e06618e (diff)
downloadmxe-4ed13a9f3071c2cb545c6562cc8966e4469f4068.zip
mxe-4ed13a9f3071c2cb545c6562cc8966e4469f4068.tar.gz
mxe-4ed13a9f3071c2cb545c6562cc8966e4469f4068.tar.bz2
all packages: use $(WGET) portability variable
Diffstat (limited to 'src/apr.mk')
-rw-r--r--src/apr.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apr.mk b/src/apr.mk
index a9e03b6..c706fec 100644
--- a/src/apr.mk
+++ b/src/apr.mk
@@ -11,7 +11,7 @@ $(PKG)_URL_2 := http://archive.apache.org/dist/apr/$($(PKG)_FILE)
$(PKG)_DEPS := gcc
define $(PKG)_UPDATE
- wget -q -O- 'http://apr.apache.org/download.cgi' | \
+ $(WGET) -q -O- 'http://apr.apache.org/download.cgi' | \
grep 'apr1.*best' |
$(SED) -n 's,.*APR \([0-9.]*\).*,\1,p'
endef