Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21798 - djbdns required -j1 change to make.conf to compile
Summary: djbdns required -j1 change to make.conf to compile
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Jared H. Hudson (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-27 18:28 UTC by Randy Kahle
Modified: 2003-06-15 05:13 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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"