guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 01/01: build: Do not record LDFLAGS in .pc file.


From: Ludovic Courtès
Subject: [Guile-commits] 01/01: build: Do not record LDFLAGS in .pc file.
Date: Sun, 7 Jul 2019 09:08:54 -0400 (EDT)

civodul pushed a commit to branch stable-2.2
in repository guile.

commit a69b567d97f7c9193924c775e1dd86e43a35b8bd
Author: Ludovic Courtès <address@hidden>
Date:   Sun Jul 7 15:07:44 2019 +0200

    build: Do not record LDFLAGS in .pc file.
    
    Fixes <https://bugs.gnu.org/36339>.
    Reported by Cyprien Nicolas <address@hidden>.
    
    * configure.ac (GUILE_LIBS): Remove $LDFLAGS.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 9073deb..92966ce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1688,7 +1688,7 @@ do
 done
 
 GUILE_CFLAGS="$GUILE_CFLAGS $PTHREAD_CFLAGS"
-GUILE_LIBS="$LDFLAGS $LIBS"
+GUILE_LIBS="$LIBS"
 
 AC_SUBST(GUILE_LIBS)
 AC_SUBST(GUILE_CFLAGS)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]