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.

21 lines
480B

  1. --- lsp-plugins-1.2.2.orig/make/tools.mk
  2. +++ lsp-plugins-1.2.2/make/tools.mk
  3. @@ -110,7 +110,7 @@ else
  4. endif
  5. # Define flags for (cross) build
  6. -CFLAGS ?= \
  7. +CFLAGS += \
  8. $(CFLAGS_EXT) \
  9. -fdata-sections \
  10. -ffunction-sections \
  11. @@ -120,7 +120,7 @@ CFLAGS ?= \
  12. CDEFS += -DLSP_INSTALL_PREFIX=\\\"$(PREFIX)\\\"
  13. -CXXFLAGS ?= \
  14. +CXXFLAGS += \
  15. $(CXXFLAGS_EXT) \
  16. -std=c++98 \
  17. -fno-exceptions \