pkgsrc/security/pam-yubico/patches/patch-Makefile_in
pettai c292b33eca Version 2.14 (released 2013-09-27)
* Don't install internal header files.
* Don't print debug info when the "debug" parameter is not given.
* Use PBKDF2 to process expected reply for challenge-response mode.
* Fixup memory leaks and leaks of privilege.
* Let return values reflect whether the user wasn't found or other error.
2014-03-13 22:27:33 +00:00

15 lines
471 B
Text

$NetBSD: patch-Makefile_in,v 1.2 2014/03/13 22:27:33 pettai Exp $
Fix MAKE_JOBS build.
--- Makefile.in.orig 2013-09-23 06:17:47.000000000 +0000
+++ Makefile.in
@@ -951,7 +951,7 @@ check-am: all-am
$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
$(MAKE) $(AM_MAKEFLAGS) check-TESTS
check: check-am
-all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(MANS)
+all-am: Makefile $(LTLIBRARIES) .WAIT $(PROGRAMS) $(MANS)
install-binPROGRAMS: install-libLTLIBRARIES
installdirs: