mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-04 12:18:08 -07:00
net-misc/linuxptp: Make kernel config advisory
Reported-by: Paul Steward <pstew@google.com> Closes: https://bugs.gentoo.org/685278 Closes: https://github.com/gentoo/gentoo/pull/11566 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
@@ -17,7 +17,7 @@ IUSE=""
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
CONFIG_CHECK="PPS NETWORK_PHY_TIMESTAMPING PTP_1588_CLOCK"
|
||||
CONFIG_CHECK="~PPS ~NETWORK_PHY_TIMESTAMPING ~PTP_1588_CLOCK"
|
||||
|
||||
src_compile() {
|
||||
export EXTRA_CFLAGS=${CFLAGS}
|
||||
|
||||
@@ -17,7 +17,7 @@ IUSE=""
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
CONFIG_CHECK="PPS NETWORK_PHY_TIMESTAMPING PTP_1588_CLOCK"
|
||||
CONFIG_CHECK="~PPS ~NETWORK_PHY_TIMESTAMPING ~PTP_1588_CLOCK"
|
||||
|
||||
src_compile() {
|
||||
export EXTRA_CFLAGS=${CFLAGS}
|
||||
|
||||
Reference in New Issue
Block a user