mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-26 03:09:34 +03:00
Add LIBSELINUX to mount_zfs_LDFLAGS.
Regenerating the autotools configuration on Debian and Ubuntu systems causes compilation to fail with this error message: cmd/mount_zfs/../../cmd/mount_zfs/mount_zfs.c:403: undefined reference to `is_selinux_enabled' In the automake template, set "mount_zfs_LDFLAGS = ... $(LIBSELINUX)" so that the /sbin/mount.zfs utility is linked to libselinux. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
parent
28eb9213d8
commit
afd7da0ce7
@ -24,4 +24,4 @@ mount_zfs_LDADD = \
|
||||
$(top_builddir)/lib/libzfs/libzfs.la
|
||||
|
||||
mount_zfs_LDFLAGS = \
|
||||
-pthread -lm $(ZLIB) -lrt -ldl $(LIBUUID) $(LIBBLKID)
|
||||
-pthread -lm $(ZLIB) -lrt -ldl $(LIBUUID) $(LIBBLKID) $(LIBSELINUX)
|
||||
|
@ -341,7 +341,7 @@ mount_zfs_LDADD = \
|
||||
$(top_builddir)/lib/libzfs/libzfs.la
|
||||
|
||||
mount_zfs_LDFLAGS = \
|
||||
-pthread -lm $(ZLIB) -lrt -ldl $(LIBUUID) $(LIBBLKID)
|
||||
-pthread -lm $(ZLIB) -lrt -ldl $(LIBUUID) $(LIBBLKID) $(LIBSELINUX)
|
||||
|
||||
all: all-am
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user