From: Todd Vierling Date: Tue, 20 Dec 2016 14:58:21 +0000 (-0500) Subject: configs: ol6: set with_headers, with_dtrace defaults to 0 X-Git-Tag: v4.1.12-92~17^2~1 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=f8d25ab6500c257d1b05804c6135ed3b1dff06ad;p=users%2Fjedix%2Flinux-maple.git configs: ol6: set with_headers, with_dtrace defaults to 0 This makes OL6 config match OL7 config for these default %defines. Later directives conditionally set with_headers if sparc64, and with_dtrace if sparc64|x86_64, overriding the defaults. Orabug: 25257401 Signed-off-by: Todd Vierling --- diff --git a/uek-rpm/ol6/kernel-uek.spec b/uek-rpm/ol6/kernel-uek.spec index 9e3200e335c3c..6a3f99afdbb4b 100644 --- a/uek-rpm/ol6/kernel-uek.spec +++ b/uek-rpm/ol6/kernel-uek.spec @@ -79,9 +79,9 @@ Summary: The Linux kernel # kernel-doc %define with_doc 1 # kernel-headers -%define with_headers 1 +%define with_headers 0 # dtrace -%define with_dtrace 1 +%define with_dtrace 0 # kernel-firmware %define with_firmware 0 # kernel-debuginfo