summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAl Stone <ahs3@redhat.com>2013-01-15 10:55:07 -0700
committerAl Stone <ahs3@redhat.com>2013-01-15 10:55:07 -0700
commit98acb714d36ea6f4140ad5032d796a96f5ded5d6 (patch)
tree26d0243c0406edced388a9f3754dd03605d2ed0f
parentba5d044ed65f9aa25ececd921ad20386cb50bfd9 (diff)
downloadbootstrap.git.DONOTUSE-98acb714d36ea6f4140ad5032d796a96f5ded5d6.tar.gz
bootstrap.git.DONOTUSE-98acb714d36ea6f4140ad5032d796a96f5ded5d6.tar.xz
bootstrap.git.DONOTUSE-98acb714d36ea6f4140ad5032d796a96f5ded5d6.zip
Reconcile with msalter 0003-rpm-fix-configure-args.patch
Signed-off-by: Al Stone <ahs3@redhat.com>
-rw-r--r--recipe.d/0036-rpm3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipe.d/0036-rpm b/recipe.d/0036-rpm
index 502f942..80f670e 100644
--- a/recipe.d/0036-rpm
+++ b/recipe.d/0036-rpm
@@ -20,8 +20,7 @@
--host=armv7hl-redhat-linux-gnueabi \
--target=armv7hl-redhat-linux-gnueabi \
CPPFLAGS="-I/usr/include/nspr -I/usr/include/nss3" \
- --prefix=/usr \
- --libdir=/usr/lib64 \
+ --libdir=/usr/lib \
--with-external-db \
--disable-static \
--without-lua \