ports/185404: [Patch] fix security/cryptlib build failure
Stephen Hurd
shurd at sasktel.net
Thu Jan 2 02:40:01 UTC 2014
>Number: 185404
>Category: ports
>Synopsis: [Patch] fix security/cryptlib build failure
>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: Thu Jan 02 02:40:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Stephen Hurd
>Release: 10.0-RC3
>Organization:
>Environment:
FreeBSD portable 10.0-RC3 FreeBSD 10.0-RC3 #0 r259778: Mon Dec 23 23:27:58 UTC 2013 root at snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
Since the cryptlib build system explicity uses "make" for recursive makes, this causes the submakes to fail on some platforms with a cryptic "make[2]: don't know how to make w. Stop" error caused by gmake passing custom arguments to make(1).
>How-To-Repeat:
Attempt to build.
>Fix:
Use system make. Patch attached.
Patch attached with submission follows:
Index: Makefile
===================================================================
--- Makefile (revision 338396)
+++ Makefile (working copy)
@@ -15,7 +15,6 @@
USE_ZIP= yes
EXTRACT_BEFORE_ARGS= -aq
NO_WRKSUBDIR= yes
-USES= gmake
MAKEFILE= makefile
ALL_TARGET= default FreeBSD shared
USE_LDCONFIG= yes
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list