From: Jan-Simon Möller Date: Mon, 14 Dec 2020 18:26:43 +0000 (+0100) Subject: input_hal: do not reset LDFLAGS but amend X-Git-Tag: 10.91.0~8 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=refs%2Fchanges%2F05%2F25805%2F1;hp=7a57c1641c29587a7d15173548fbcb131652b621;p=staging%2Fbasesystem.git input_hal: do not reset LDFLAGS but amend Do not reset the LFDLAGS in the Makefile. This fixes a QA issue in the build. Signed-off-by: Jan-Simon Möller Change-Id: Idff63aef9715528fb80f7556f191ea3b8c64cbed --- diff --git a/hal/input_hal/Makefile b/hal/input_hal/Makefile index d03b12d..0a0de84 100755 --- a/hal/input_hal/Makefile +++ b/hal/input_hal/Makefile @@ -33,7 +33,7 @@ CXXFLAGS += -Wall -fPIC CXXFLAGS += -D_USE_DRM ######### link options ########################## -LDFLAGS := -shared +LDFLAGS += -shared LDFLAGS += -Wl,--no-as-needed LDFLAGS += -Wl,--no-undefined LDFLAGS += -L$(SDKTARGETSYSROOT)/usr/lib/basesystem