From a4fdeed467d0bc2edb76132cc9481acd94a8e3ac Mon Sep 17 00:00:00 2001 From: "Tom G. Christensen" Date: Fri, 9 Jan 2004 12:26:12 +0000 Subject: [PATCH] Add proper runtime library search paths --- bzip2/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bzip2/build.sh b/bzip2/build.sh index 2567144..b8fa09d 100755 --- a/bzip2/build.sh +++ b/bzip2/build.sh @@ -9,7 +9,7 @@ # Check the following 4 variables before running the script topdir=bzip2 version=1.0.2 -pkgver=1 +pkgver=2 source[0]=$topdir-$version.tar.gz # If there are no patches, simply comment this patch[0]=bzip2-braindead-solaris-linker.patch @@ -40,6 +40,7 @@ reg build build() { setdir source + export LD_RUN_PATH=$prefix/lib $MAKE_PROG -f Makefile-libbz2_so CFLAGS="-O2 -pipe -mcpu=ultrasparc -mtune=ultrasparc -D_FILE_OFFSET_BITS=64 -fpic -fPIC" all $MAKE_PROG -f Makefile CFLAGS="-O2 -pipe -mcpu=ultrasparc -mtune=ultrasparc -D_FILE_OFFSET_BITS=64" all }