guix-commits
[Top][All Lists]
Advanced

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

02/08: gremlin: Add libnsl to libc's library list.


From: Ludovic Courtès
Subject: 02/08: gremlin: Add libnsl to libc's library list.
Date: Wed, 01 Apr 2015 15:11:13 +0000

civodul pushed a commit to branch core-updates
in repository guix.

commit d83ccc9b428fededaa6ec29a0df7b2728ad734f3
Author: Ludovic Courtès <address@hidden>
Date:   Wed Apr 1 13:46:01 2015 +0200

    gremlin: Add libnsl to libc's library list.
    
    * guix/build/gremlin.scm (%libc-libraries): Add "libnsl.so".
---
 guix/build/gremlin.scm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/guix/build/gremlin.scm b/guix/build/gremlin.scm
index e842912..253713b 100644
--- a/guix/build/gremlin.scm
+++ b/guix/build/gremlin.scm
@@ -197,6 +197,7 @@ value of DT_NEEDED entries is a string.)"
     "libc.so"
     "libdl.so"
     "libm.so"
+    "libnsl.so"                                   ;NEEDED by nscd
     "libpthread.so"
     "libresolv.so"
     "librt.so"



reply via email to

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