Bug 50945

Summary: BUG: NOINSTALLLIB isn't honored in all Makefiles
Product: Base System Reporter: Rene de Vries <rene>
Component: miscAssignee: ru <ru>
Status: Closed FIXED    
Severity: Affects Only Me CC: ru
Priority: Normal    
Version: 4.7-RELEASE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Rene de Vries 2003-04-14 15:20:13 UTC
	Libraries don't need to be installed for a binary only
	installation. For the most part of FreeBSD this works using
	the NOINSTALLLIB define (during build and install), but for 
	the makefiles mentioned below this doesn't work properly.

Fix: Files:
	gnu/lib/csu/Makefile
	lib/csu/i386/Makefile
	lib/csu/i386-elf/Makefile
	lib/libncurses/Makefile

Diffed against FreeBSD 5.0 (as of 20030401):
Comment 1 ru freebsd_committer freebsd_triage 2003-04-14 15:38:07 UTC
Responsible Changed
From-To: freebsd-bugs->ru

Hmm, I haven't even thought about this application of this knob. 
Will look into it.
Comment 2 ru freebsd_committer freebsd_triage 2003-08-30 15:01:09 UTC
State Changed
From-To: open->feedback

Rene, I've committed your fix to libncurses/Makefile, but I'm 
not in a mood to commit to various *csu* makefiles.  If you're 
ok with this, I will change this PR's status to "patched". 
Please let me know.
Comment 3 ru freebsd_committer freebsd_triage 2003-12-16 10:45:17 UTC
State Changed
From-To: feedback->closed

The libncurses/Makefile portion of the patch committed, thank you!