pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/39775
The following reply was made to PR pkg/39775; it has been noted by GNATS.
From: =?ISO-8859-1?Q?J=F6rn_Clausen?= <joern%uni-bielefeld.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/39775
Date: Tue, 17 Feb 2009 14:58:05 +0100
This patch fixes the last remaining problem of this PR:
--- Makefile 2009/02/17 13:09:00 1.1
+++ Makefile 2009/02/17 13:47:32
@@ -49,6 +49,10 @@
CONFIGURE_ENV+= ac_cv_func_fopen64=no
.endif
+.if ${OPSYS} == "SunOS"
+TOOLS_PLATFORM.sh = /usr/bin/ksh
+.endif
+
# On Linux-*-x86_64, there was an error message:
# gp_unix.o: relocation R_X86_64_32 against `a local symbol' can not be
# used when making a shared object; recompile with -fPIC
Actually, it would suffice to exchange the shell that runs the configure
script. But this patch breaks nothing else (at the moment), so it's
better than nothing.
--
Jörn Clausen
joern.clausen%uni-bielefeld.de@localhost
Hochschulrechenzentrum http://www.uni-bielefeld.de/hrz/
Universität Bielefeld
Home |
Main Index |
Thread Index |
Old Index