Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 May 2012 13:18:55 -0500
From:      "Bryan Drewery" <bryan@shatow.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        bapt@FreeBSD.org
Subject:   ports/167934: [PATCH] databases/sqlite3: Set MAKE_JOBS_UNSAFE
Message-ID:  <20120515181921.E0E351065673@hub.freebsd.org>
Resent-Message-ID: <201205151820.q4FIK2Zn044516@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         167934
>Category:       ports
>Synopsis:       [PATCH] databases/sqlite3: Set MAKE_JOBS_UNSAFE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 15 18:20:02 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Bryan Drewery
>Release:        FreeBSD 8.3-RELEASE i386
>Organization:
>Environment:

	
>Description:
	Does not build with FORCE_MAKE_JOBS.
>How-To-Repeat:
	Set FORCE_MAKE_JOBS and try building.
>Fix:

	

--- patch-sqlite3-jobs.txt begins here ---
--- Makefile.orig	2012-05-15 13:15:58.000000000 -0500
+++ Makefile	2012-05-15 13:16:13.000000000 -0500
@@ -25,6 +25,8 @@
 USE_LDCONFIG=	YES
 GNU_CONFIGURE=	YES
 
+MAKE_JOBS_UNSAFE=	yes
+
 # Compilation Options For SQLite http://www.sqlite.org/compile.html
 OPTIONS=	\
 		FTS3		"Enable FTS3/4 (Full Text Search) module" on \
--- patch-sqlite3-jobs.txt ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120515181921.E0E351065673>