From 16cab7c7526e1073c15104a5b93bf28121192e5a Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Tue, 29 Apr 2014 10:08:44 +0200 Subject: [PATCH] ebtables: changed to use system kernel headers instead of the included ones --- security/ebtables/ebtables.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/security/ebtables/ebtables.conf b/security/ebtables/ebtables.conf index d2ada2be5..c18c88b5d 100644 --- a/security/ebtables/ebtables.conf +++ b/security/ebtables/ebtables.conf @@ -13,5 +13,6 @@ # GNU General Public License can be found in the file COPYING. # --- SDE-COPYRIGHT-NOTE-END --- +var_append makeopt ' ' "KERNEL_INCLUDES=$( pkgprefix -r includedir linux-header )" var_insert makeopt ' ' "PREFIX=/$prefix" var_insert makeinstopt ' ' "PREFIX=/$prefix"