aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--r8125/r8125.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/r8125/r8125.SlackBuild b/r8125/r8125.SlackBuild
index 2dea79c..28417ec 100644
--- a/r8125/r8125.SlackBuild
+++ b/r8125/r8125.SlackBuild
@@ -83,8 +83,11 @@ find -L . \
unset ARCH
cd /lib/modules/$KERNEL/build
+ # Disable DASH: EXTRA_CFLAGS override drops -DENABLE_DASH_SUPPORT but still
+ # builds r8125_dash.o, breaking the build. DASH is out-of-band mgmt, unneeded.
make \
M="$TMP/$PRGNAM-$VERSION/src" \
+ ENABLE_DASH_SUPPORT=n \
EXTRA_CFLAGS="$SLKCFLAGS" \
modules
)