lsp-plugins: upgrade 1.1.30 -> 1.1.31

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2021-12-22 00:09:27 +01:00
parent 53c05b8b93
commit cc79728c4e
3 changed files with 9 additions and 6 deletions

View File

@@ -14,15 +14,18 @@ Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Makefile b/src/Makefile
index a246ebda..17f390eb 100644
index a340210f..9f4c003f 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,4 +1,4 @@
@@ -6,7 +6,7 @@ ifneq ($(VERBOSE),1)
.SILENT:
endif
-SUBDIRS = core metadata utils
+SUBDIRS = core dsp metadata utils
MODULES = $(SUBDIRS)
CONTAINER_DEPS = $(OBJ_METADATA) $(OBJ_CORE) $(UTL_FILES)
UTL_DEPS = $(OBJ_CORE) $(OBJ_DSP) $(OBJ_METADATA)
--
2.21.0
2.31.1

View File

@@ -7,8 +7,8 @@ SRC_URI = " \
gitsm://github.com/sadko4u/lsp-plugins.git;branch=master;protocol=https \
file://0001-Add-missing-dsp-in-SUBDIRS.patch \
"
SRCREV = "d78befc2faaa6de64050c3c4b662dea429e47c40"
SRCREV = "5ea0b02e08595a2fd2e29a1e0a2acf7189cce47a"
S = "${WORKDIR}/git"
PV = "1.1.30"
PV = "1.1.31"
do_configure[noexec] = "1"

View File

@@ -16,7 +16,7 @@ index 0d67881b..18ba73fb 100644
--- a/scripts/make/tools.mk
+++ b/scripts/make/tools.mk
@@ -27,7 +27,7 @@ LD ?= $(TOOL_LD)
MAKE_OPTS = -s
CFLAGS += $(CC_ARCH) $(FLAG_CTUNE) $(CC_FLAGS) $(FLAG_VERSION)
CXXFLAGS += $(CC_ARCH) $(FLAG_CTUNE) $(CC_FLAGS) $(FLAG_VERSION)
-SO_FLAGS = $(CC_ARCH) $(FLAG_RELRO) -Wl,--gc-sections -shared -Llibrary -lc -fPIC