summaryrefslogtreecommitdiffstats
path: root/recipe.d
diff options
context:
space:
mode:
authorAl Stone <ahs3@redhat.com>2013-01-03 10:46:39 -0700
committerAl Stone <ahs3@redhat.com>2013-01-03 10:46:39 -0700
commit3ecb1ee2da658aa59a1512bef0d0b49161beb257 (patch)
treec28ed5540957ade37a6e38360dd36f5932917407 /recipe.d
parent12d922c562b795bfb397883340d5a17ab874764b (diff)
downloadbootstrap.git.DONOTUSE-3ecb1ee2da658aa59a1512bef0d0b49161beb257.tar.gz
bootstrap.git.DONOTUSE-3ecb1ee2da658aa59a1512bef0d0b49161beb257.tar.xz
bootstrap.git.DONOTUSE-3ecb1ee2da658aa59a1512bef0d0b49161beb257.zip
correction to rpm install paths
Signed-off-by: Al Stone <ahs3@redhat.com>
Diffstat (limited to 'recipe.d')
-rw-r--r--recipe.d/0036-rpm3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipe.d/0036-rpm b/recipe.d/0036-rpm
index 80f670e..502f942 100644
--- a/recipe.d/0036-rpm
+++ b/recipe.d/0036-rpm
@@ -20,7 +20,8 @@
--host=armv7hl-redhat-linux-gnueabi \
--target=armv7hl-redhat-linux-gnueabi \
CPPFLAGS="-I/usr/include/nspr -I/usr/include/nss3" \
- --libdir=/usr/lib \
+ --prefix=/usr \
+ --libdir=/usr/lib64 \
--with-external-db \
--disable-static \
--without-lua \