diff options
-rwxr-xr-x | hal/input_hal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |