From 15a8142f6df6d7ce26ca71f2434d6cd44ef2265c Mon Sep 17 00:00:00 2001 From: Joe Thornber Date: Fri, 1 Jun 2018 16:53:20 +0100 Subject: build: make sure selinux, udev and blkid libraries are linked. Fixes breakage from the recent libdm split. Though these didn't ever appear to be linked (could they have piggy backed from libdevmapper.so being linked to them?). --- make.tmpl.in | 1 + 1 file changed, 1 insertion(+) (limited to 'make.tmpl.in') diff --git a/make.tmpl.in b/make.tmpl.in index 10075d4a1..c2d81c0b3 100644 --- a/make.tmpl.in +++ b/make.tmpl.in @@ -58,6 +58,7 @@ PYTHON3 = @PYTHON3@ PYCOMPILE = $(top_srcdir)/autoconf/py-compile LIBS = @LIBS@ +LIBS += $(SELINUX_LIBS) $(UDEV_LIBS) $(BLKID_LIBS) # Extra libraries always linked with static binaries STATIC_LIBS = $(SELINUX_LIBS) $(UDEV_LIBS) $(BLKID_LIBS) DEFS += @DEFS@ -- cgit v1.2.1