From 02b7c569022239a2b5dfff5c97a318e4f611f253 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan-Simon=20M=C3=B6ller?= Date: Mon, 14 Dec 2020 19:26:43 +0100 Subject: [PATCH] input_hal: do not reset LDFLAGS but amend MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- hal/input_hal/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6