Browse Source

MT#55283 use ccflags instead of EXTRA_CFLAGS

EXTRA_CFLAGS is deprecated and stopped working in 6.15(ish)

Ref: https://bugs.debian.org/1106709
Ref: e966ad0edd
Change-Id: Iba835c7dca89106ff2ca7ffba8a7de947c9a4ff8
(cherry picked from commit 38700abf0b)
(cherry picked from commit bbe7581473)
mr12.5.1
Richard Fuchs 7 months ago
parent
commit
48f55ddfaf
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kernel-module/Makefile

+ 1
- 1
kernel-module/Makefile View File

@ -6,7 +6,7 @@ export M
include $(M)/rtpengine-kmod.mk
EXTRA_CFLAGS+= -DRTPENGINE_VERSION="\"$(RTPENGINE_VERSION)\""
ccflags-y += -DRTPENGINE_VERSION="\"$(RTPENGINE_VERSION)\""
obj-m += xt_RTPENGINE.o


Loading…
Cancel
Save