mirror of
https://github.com/NixOS/nix
synced 2025-06-28 13:41:15 +02:00
Disallow undefined symbols in dynamic libraries by default
This encourages that each library declares its own dependencies properly.
This commit is contained in:
parent
5a1114ecdb
commit
c1f3a1a89b
2 changed files with 12 additions and 4 deletions
|
@ -5,3 +5,5 @@ libmain_DIR := $(d)
|
|||
libmain_SOURCES = shared.cc stack.cc
|
||||
|
||||
libmain_LIBS = libstore libutil libformat
|
||||
|
||||
libmain_ALLOW_UNDEFINED = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue