pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/56537: jemalloc fails to build on Solaris 10



The following reply was made to PR pkg/56537; it has been noted by GNATS.

From: David Holland <dholland-pbugs%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/56537: jemalloc fails to build on Solaris 10
Date: Mon, 23 May 2022 00:00:23 +0000

 On Sun, Dec 05, 2021 at 11:15:01AM +0000, pekdon%gmail.com@localhost wrote:
  > Looking at the top level Makefile.in it sets the shell:
  > 
  > SHELL := /bin/sh
  > 
  > This is turn seems to lead to a generated file not being generated.
  > 
  > Just changing SHELL := /bin/sh to SHELL ?= /bin/sh resolved the
  > issue for me.
 
 That will, unfortunately, cause it to use whatever's in the build
 user's environment, which might be nothing and might even be csh.
 
 I've changed the pkgsrc makefile to set SHELL on the make command line
 instead, and set it from CONFIG_SHELL, which should override the
 setting in the makefile with something useful.
 
 -- 
 David A. Holland
 dholland%netbsd.org@localhost
 


Home | Main Index | Thread Index | Old Index