1
0
Fork 0
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:
Eelco Dolstra 2013-11-24 00:10:00 +01:00
parent 5a1114ecdb
commit c1f3a1a89b
2 changed files with 12 additions and 4 deletions

View file

@ -5,3 +5,5 @@ libmain_DIR := $(d)
libmain_SOURCES = shared.cc stack.cc
libmain_LIBS = libstore libutil libformat
libmain_ALLOW_UNDEFINED = 1