mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-09 15:58:05 +02:00
parent
d6a45f6bdb
commit
7191a7394a
1 changed files with 2 additions and 0 deletions
2
lib.mk
2
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
|
||||
|
|
Loading…
Reference in a new issue