ovmf: Use SSP_SUPPORTED=no instead of PKGSRC_USE_SSP=no.
This commit is contained in:
parent
4942f4e537
commit
236b7be739
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2 2017/10/23 14:42:45 maya Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2018/01/15 09:49:03 jperkin Exp $
|
||||
|
||||
GITHUB_PROJECT= edk2
|
||||
PKGNAME= OVMF-0.0.2017624
|
||||
|
@ -18,6 +18,8 @@ WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${GITHUB_TAG}
|
|||
USE_TOOLS+= gmake bash
|
||||
USE_LANGUAGES= c c++
|
||||
|
||||
SSP_SUPPORTED= no
|
||||
|
||||
PYTHON_VERSIONS_ACCEPTED= 27
|
||||
SUBST_CLASSES+= python
|
||||
SUBST_STAGE.python= pre-configure
|
||||
|
@ -26,8 +28,6 @@ SUBST_FILES.python= BaseTools/Tests/GNUmakefile
|
|||
SUBST_FILES.python+= BaseTools/BinWrappers/PosixLike/*
|
||||
SUBST_SED.python= -e 's,python2,${PYTHONBIN},g'
|
||||
|
||||
PKGSRC_USE_SSP= no
|
||||
|
||||
do-build:
|
||||
cd ${WRKSRC}/OvmfPkg && \
|
||||
${SETENV} ${MAKE_ENV} ./build.sh
|
||||
|
|
Loading…
Reference in a new issue