From f100fd983ef27e0aadab6e63e1a5845941e4ad0e Mon Sep 17 00:00:00 2001 From: Al Stone Date: Mon, 31 Dec 2012 11:04:14 -0700 Subject: corrected build for ustr in recipe.d Signed-off-by: Al Stone --- recipe.d/0031-ustr | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/recipe.d/0031-ustr b/recipe.d/0031-ustr index ee111f6..820e825 100644 --- a/recipe.d/0031-ustr +++ b/recipe.d/0031-ustr @@ -1,5 +1,10 @@ cd $SRC/ustr-* make $J CC=gcc make $J CC=gcc all-shared -make $J CC=gcc install +make $J CC=gcc install \ + prefix=/usr \ + bindir=/usr/bin mandir=/usr/share/man \ + datadir=/usr/share libdir=/usr/lib$SUFFIX \ + includedir=/usr/include libexecdir=/usr/libexec \ + LDCONFIG=/bin/true HIDE= -- cgit