summaryrefslogtreecommitdiffstats
path: root/recipe.d
diff options
context:
space:
mode:
Diffstat (limited to 'recipe.d')
-rw-r--r--recipe.d/0036-rpm8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipe.d/0036-rpm b/recipe.d/0036-rpm
index 80f670e..4e4372a 100644
--- a/recipe.d/0036-rpm
+++ b/recipe.d/0036-rpm
@@ -16,11 +16,11 @@
mcd $BUILDDIR/rpm
$SRC/rpm-*/configure $TCONFIGARGS \
- --build=armv7hl-redhat-linux-gnueabi \
- --host=armv7hl-redhat-linux-gnueabi \
- --target=armv7hl-redhat-linux-gnueabi \
+ --build=${TARGET} \
+ --host=${TARGET} \
+ --target=${TARGET} \
CPPFLAGS="-I/usr/include/nspr -I/usr/include/nss3" \
- --libdir=/usr/lib \
+ --libdir=/usr/lib${SUFFIX} \
--with-external-db \
--disable-static \
--without-lua \