Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 21798

Summary: djbdns required -j1 change to make.conf to compile
Product: Gentoo Linux Reporter: Randy Kahle <randy.kahle>
Component: New packagesAssignee: Jared H. Hudson (RETIRED) <jhhudso>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Randy Kahle 2003-05-27 18:28:15 UTC
djbdns 1.05-r8 will not build unless I change MAKEOPT in make.conf to -j1

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Jared H. Hudson (RETIRED) gentoo-dev 2003-06-15 05:13:42 UTC
djbdns 1.05-r8 has been updated to force MAKEOPTS="-j1" already

What version of it do you have?
md5sum should be: b1a42eb40854a3208ae5a2bb9dbcd333

Under src_compile() there should be:
MAKEOPTS="-j1" emake || die "emake failed"