External, Non-PPA KXStudio Repository
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
616B

  1. --- lsp-plugins-1.2.3.orig/make/tools.mk
  2. +++ lsp-plugins-1.2.3/make/tools.mk
  3. @@ -150,8 +150,8 @@ CXXDEFS += -DLSP_INSTALL_PREF
  4. INCLUDE :=
  5. LDFLAGS := $(LDFLAGS_EXT) -r
  6. -EXE_FLAGS := $(EXE_FLAGS_EXT) $(FLAG_RELRO) -Wl,--gc-sections
  7. -SO_FLAGS := $(SO_FLAGS_EXT) $(FLAG_RELRO) -Wl,--gc-sections -shared $(FLAG_STDLIB) -fPIC
  8. +EXE_FLAGS += $(EXE_FLAGS_EXT) $(FLAG_RELRO) -Wl,--gc-sections
  9. +SO_FLAGS += $(SO_FLAGS_EXT) $(FLAG_RELRO) -Wl,--gc-sections -shared $(FLAG_STDLIB) -fPIC
  10. # Define flags for host build
  11. HOST_CFLAGS := $(CFLAGS)