From 42124fe27027b380c2102695169bca5c44671105 Mon Sep 17 00:00:00 2001 From: Mark Salter Date: Sat, 12 Jan 2013 10:08:26 -0500 Subject: rpm: fix configure args Signed-off-by: Mark Salter --- recipe.d/0036-rpm | 8 ++++---- 1 file 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 \ -- cgit