guix-commits
[Top][All Lists]
Advanced

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

10/64: Support Illumos


From: Ludovic Courtès
Subject: 10/64: Support Illumos
Date: Mon, 05 Jan 2015 16:38:51 +0000

civodul pushed a commit to branch nix
in repository guix.

commit 7191a7394a3091ed2856508674f84f3a87eda5a6
Author: Eelco Dolstra <address@hidden>
Date:   Thu Apr 3 17:35:16 2014 +0200

    Support Illumos
    
    From https://github.com/NixOS/nix/pull/236
---
 lib.mk |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/lib.mk b/lib.mk
index 3fde7fe..56e162d 100644
--- a/lib.mk
+++ b/lib.mk
@@ -32,7 +32,9 @@ ifeq ($(BUILD_SHARED_LIBS), 1)
   GLOBAL_CFLAGS += -fPIC
   GLOBAL_CXXFLAGS += -fPIC
   ifneq ($(OS), Darwin)
+   ifneq ($(OS), SunOS)
     GLOBAL_LDFLAGS += -Wl,--no-copy-dt-needed-entries
+   endif
   endif
   SET_RPATH_TO_LIBS ?= 1
 endif



reply via email to

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