Just force calling the compiler as cc to help libtool 2.2.
This commit is contained in:
parent
38d3c623ac
commit
74c9dc365f
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.44 2008/08/23 00:48:12 epg Exp $
|
||||
# $NetBSD: Makefile,v 1.45 2009/11/27 13:34:25 joerg Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Linux-PAM-0.77
|
||||
|
@ -35,6 +35,8 @@ CONFIGURE_ENV+= ac_cv_prog_HAVE_SGML2LATEX=no
|
|||
CONFIGURE_ENV+= ac_cv_prog_HAVE_SGML2PS=no
|
||||
CONFIGURE_ENV+= ac_cv_prog_HAVE_PS2PDF=no
|
||||
|
||||
MAKE_FLAGS+= CC=cc
|
||||
|
||||
PAM_MODULEDIR= ${VIEWBASE}/lib/security
|
||||
MAKE_ENV+= PAM_MODULEDIR=${PAM_MODULEDIR:Q}
|
||||
MESSAGE_SUBST+= PAM_MODULEDIR=${PAM_MODULEDIR}
|
||||
|
|
Loading…
Reference in a new issue