Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: patches/thin-provisioning-tools/0.8.5/
Date: Tue, 31 Dec 2019 02:41:31
Message-Id: 1577759730.9d7400647007044b5248f281477145a926c9b217.whissi@gentoo
1 commit: 9d7400647007044b5248f281477145a926c9b217
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 31 02:27:16 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 31 02:35:30 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=9d740064
7
8 patches/thin-provisioning-tools: update build fixes
9
10 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
11
12 .../0.8.5/thin-provisioning-tools-0.7.0-build-fixes.patch | 9 +++++++++
13 1 file changed, 9 insertions(+)
14
15 diff --git a/patches/thin-provisioning-tools/0.8.5/thin-provisioning-tools-0.7.0-build-fixes.patch b/patches/thin-provisioning-tools/0.8.5/thin-provisioning-tools-0.7.0-build-fixes.patch
16 index df0831f..95f49fb 100644
17 --- a/patches/thin-provisioning-tools/0.8.5/thin-provisioning-tools-0.7.0-build-fixes.patch
18 +++ b/patches/thin-provisioning-tools/0.8.5/thin-provisioning-tools-0.7.0-build-fixes.patch
19 @@ -12,6 +12,15 @@
20
21 ifeq ("@DEVTOOLS@", "yes")
22 CXXFLAGS+=-DDEV_TOOLS
23 +@@ -346,7 +348,7 @@ LIBFT_OBJECTS=$(subst .c,.o,$(LIBFT_SOURCE))
24 +
25 + lib/libft.so: $(LIBFT_OBJECTS)
26 + @echo " [LD]" $@
27 +- $(V) gcc -shared -o $@ $+ -laio
28 ++ $(V) $(CC) -shared -o $@ $+ -laio
29 +
30 + .PHONEY: functional-test unit-test
31 +
32 --- thin-provisioning-tools-0.7.0/unit-tests/Makefile.in
33 +++ thin-provisioning-tools-0.7.0/unit-tests/Makefile.in
34 @@ -25,7 +25,7 @@