aboutsummaryrefslogtreecommitdiffstats
path: root/debian/patches/fix-ldflags.patch
blob: 5e2781521b3bc1605b1052f22ce3c1400bf19bdb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Fix preservation of LDFLAGS value during configure script
Bug: https://github.com/hishamhm/htop/issues/738
Origin: upstream,https://github.com/hishamhm/htop/commit/df9922a67eb8e02ab4cf1ff8f24b40f14094e699
Author: Hisham Muhammad <hisham@gobolinux.org>
Last-Update: 2018-02-17

--- a/configure.ac
+++ b/configure.ac
@@ -167,7 +167,7 @@
          LIBS="$htop_config_script $LIBS "
          htop_script_success=yes
       ], [])
-      LDFLAGS="$save_LDFLAGS"
+      LDFLAGS="$htop_save_LDFLAGS"
    fi
    if test "x$htop_script_success" = xno; then
       [$5]

© 2014-2024 Faster IT GmbH | imprint | privacy policy