Makefile is not MAKE_JOBS_SAFE as shipped. Patch it up, since it doesn't
appear to require or be using gmake.
This commit is contained in:
parent
647131bc41
commit
93984857d6
2 changed files with 17 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.2 2012/03/13 15:25:33 pettai Exp $
|
||||
$NetBSD: distinfo,v 1.3 2012/03/19 02:12:28 dholland Exp $
|
||||
|
||||
SHA1 (libyubikey-1.8.tar.gz) = 9193d49bb4cfccf15d46016b3fe9d11bac4a46bd
|
||||
RMD160 (libyubikey-1.8.tar.gz) = 5d02638b0411d65466fa8c217732d8079b159636
|
||||
Size (libyubikey-1.8.tar.gz) = 320998 bytes
|
||||
SHA1 (patch-Makefile_in) = c9f4975597c6c81de6902262a65d54a8d9d74898
|
||||
|
|
15
security/libyubikey/patches/patch-Makefile_in
Normal file
15
security/libyubikey/patches/patch-Makefile_in
Normal file
|
@ -0,0 +1,15 @@
|
|||
$NetBSD: patch-Makefile_in,v 1.1 2012/03/19 02:12:28 dholland Exp $
|
||||
|
||||
- Makefile is not MAKE_JOBS_SAFE as shipped.
|
||||
|
||||
--- Makefile.in~ 2012-03-13 12:17:03.000000000 +0000
|
||||
+++ Makefile.in
|
||||
@@ -854,7 +854,7 @@ distcleancheck: distclean
|
||||
exit 1; } >&2
|
||||
check-am: all-am
|
||||
check: check-recursive
|
||||
-all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)
|
||||
+all-am: Makefile $(LTLIBRARIES) .WAIT $(PROGRAMS) $(HEADERS)
|
||||
install-binPROGRAMS: install-libLTLIBRARIES
|
||||
|
||||
installdirs: installdirs-recursive
|
Loading…
Reference in a new issue