mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
Add -z defs to LDFLAGS
This will make sure the installed libraries are linked with everything they require. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Arvind Sankar <nivedita@alum.mit.edu> Closes #10538
This commit is contained in:
committed by
Brian Behlendorf
parent
1537105a8c
commit
af65916226
@@ -31,8 +31,10 @@ libnvpair_la_LIBADD = \
|
||||
|
||||
libnvpair_la_LIBADD += $(LIBTIRPC_LIBS) $(LTLIBINTL)
|
||||
|
||||
libnvpair_la_LDFLAGS = -Wl,-z,defs
|
||||
|
||||
if BUILD_FREEBSD
|
||||
libnvpair_la_LDFLAGS = -version-info 3:0:0
|
||||
libnvpair_la_LDFLAGS += -version-info 3:0:0
|
||||
else
|
||||
libnvpair_la_LDFLAGS = -version-info 1:1:0
|
||||
libnvpair_la_LDFLAGS += -version-info 1:1:0
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user