commit:     837bd3dd4a9db47e5d005a26516ea14d41579450
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 31 02:26:00 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Dec 31 02:35:30 2019 +0000
URL:        https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=837bd3dd

gkbuilds/thin-provisioning-tools: minor fixes

Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 gkbuilds/thin-provisioning-tools.gkbuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gkbuilds/thin-provisioning-tools.gkbuild 
b/gkbuilds/thin-provisioning-tools.gkbuild
index 3091202..c3ebc7f 100644
--- a/gkbuilds/thin-provisioning-tools.gkbuild
+++ b/gkbuilds/thin-provisioning-tools.gkbuild
@@ -7,17 +7,17 @@ src_prepare() {
 }
 
 src_configure() {
-       append-ldflags -static
-
        local myconf=(
                --with-optimisation=''
                --disable-testing
+               --enable-static
        )
 
        gkconf "${myconf[@]}"
 }
 
 src_compile() {
+       MAKEOPTS+=" V="
        gkmake
 }
 

Reply via email to