mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-21 05:57:05 +00:00
libleak: Upgrade to 0.3.6
Do not overwrite cflags when calling make on libwuya Fixes WARNING: libleak-1.0+gitAUTOINC+ea2bb608ae-r0 do_package_qa: QA Issue: File /usr/lib/.debug/libleak.so in package libleak-dbg contains reference to TMPDIR [buildpaths] Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -8,18 +8,17 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|||||||
Makefile | 4 ++--
|
Makefile | 4 ++--
|
||||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||||
|
|
||||||
diff --git a/Makefile b/Makefile
|
|
||||||
index 1d70f17..c7e726e 100644
|
|
||||||
--- a/Makefile
|
--- a/Makefile
|
||||||
+++ b/Makefile
|
+++ b/Makefile
|
||||||
@@ -1,5 +1,5 @@
|
@@ -1,8 +1,8 @@
|
||||||
-CFLAGS = -g -O2 -Wall -fPIC -Ilibwuya
|
-CFLAGS = -g -O2 -Wall -fPIC -Ilibwuya
|
||||||
-LDFLAGS = -Llibwuya
|
-LDFLAGS = -Llibwuya
|
||||||
+CFLAGS += -g -O2 -Wall -fPIC -Ilibwuya
|
+CFLAGS += -g -O2 -Wall -fPIC -Ilibwuya
|
||||||
+LDFLAGS += -Llibwuya
|
+LDFLAGS += -Llibwuya
|
||||||
|
|
||||||
libleak.so: libleak.o
|
libleak.so: libleak.o
|
||||||
CFLAGS='-fPIC' make -C libwuya
|
- CFLAGS='-fPIC' make -C libwuya
|
||||||
--
|
+ make -C libwuya
|
||||||
2.30.1
|
$(CC) -shared -o $@ $^ $(LDFLAGS) -lwuya -lpthread -ldl -lbacktrace
|
||||||
|
|
||||||
|
clean:
|
||||||
|
|||||||
+2
-3
@@ -8,13 +8,12 @@ LIC_FILES_CHKSUM = "file://README.md;beginline=18;endline=21;md5=de4f705f12cdedb
|
|||||||
|
|
||||||
DEPENDS += "libbacktrace"
|
DEPENDS += "libbacktrace"
|
||||||
|
|
||||||
|
PE = "1"
|
||||||
|
SRCREV = "1c56b0a2ba643db976f589ec04b246e693b6c0ce"
|
||||||
SRC_URI = "gitsm://github.com/WuBingzheng/libleak;protocol=https;branch=master \
|
SRC_URI = "gitsm://github.com/WuBingzheng/libleak;protocol=https;branch=master \
|
||||||
file://0001-respect-environment-variables.patch \
|
file://0001-respect-environment-variables.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
PV = "1.0+git${SRCPV}"
|
|
||||||
SRCREV = "ea2bb608ae25701692269a37d39d77e966b887ac"
|
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
do_configure () {
|
do_configure () {
|
||||||
Reference in New Issue
Block a user