mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 15:37:44 +00:00
openvmtools: remove unnecessary C flag
Since commit 8bec0a1af57165081dc275f813c8c5c74ff12c14 the -Wno-unused-local-typedefs CFLAG in not needed. Signed-off-by: Karoly Kasza <kaszak@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
86ee96f9f5
commit
7349af1bc4
@ -41,7 +41,6 @@ endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OPENVMTOOLS_PAM),y)
|
||||
OPENVMTOOLS_CONF_OPTS += --with-pam
|
||||
OPENVMTOOLS_MAKE_OPTS += CFLAGS+="-Wno-unused-local-typedefs"
|
||||
OPENVMTOOLS_DEPENDENCIES += linux-pam
|
||||
else
|
||||
OPENVMTOOLS_CONF_OPTS += --without-pam
|
||||
|
Loading…
x
Reference in New Issue
Block a user