summaryrefslogtreecommitdiffstats
path: root/recipe.d
diff options
context:
space:
mode:
authorMark Salter <msalter@redhat.com>2013-01-12 10:08:26 -0500
committerAl Stone <ahs3@redhat.com>2013-01-15 10:56:21 -0700
commit42124fe27027b380c2102695169bca5c44671105 (patch)
treea25278a2288f2268fb5a8a6962f04a53f2441717 /recipe.d
parent98acb714d36ea6f4140ad5032d796a96f5ded5d6 (diff)
downloadbootstrap.git.DONOTUSE-42124fe27027b380c2102695169bca5c44671105.tar.gz
bootstrap.git.DONOTUSE-42124fe27027b380c2102695169bca5c44671105.tar.xz
bootstrap.git.DONOTUSE-42124fe27027b380c2102695169bca5c44671105.zip
rpm: fix configure args
Signed-off-by: Mark Salter <msalter@redhat.com>
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 \