Files
termux-packages/root-packages/thin-provisioning-tools/build.patch
termux-pacman-bot 76f01a5d91 addpkg(root/thin-provisioning-tools): add 0.9.0
To allow lvm2 use thin pools on 4.19 kernel.
2025-03-18 08:39:50 +00:00

20 lines
382 B
Diff

diff --git a/Makefile.in b/Makefile.in
index b1fd4aa5..e5d9a1bf 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -185,13 +185,10 @@ else
CXXLIB+=-lstdc++
endif
-ifeq ("@STATIC@", "yes")
-LDFLAGS+=-static
-endif
INSTALL:=@INSTALL@
PREFIX:=@prefix@
-BINDIR:=$(DESTDIR)$(PREFIX)/sbin
+BINDIR:=$(DESTDIR)$(PREFIX)/bin
DATADIR:=$(DESTDIR)$(PREFIX)/share
MANPATH:=$(DATADIR)/man