Bug#721431: util-linux failed to cross build with selinux -- upstream

2014-06-21 Thread Andreas Henriksson
Control: tags 721431 + upstream The upstream build scripts looks the same even in v2.24.2. The $(SELINUX_LIBS) part should probably be moved from libmount_la_LIBADD = ... down to libmount_la_LDFLAGS = ... in libmount/src/Makemodule.am Regards, Andreas Henriksson -- To UNSUBSCRIBE, email to

Bug#721431: util-linux failed to cross build with selinux

2013-08-31 Thread YunQiang Su
Package: util-linux In libmount/src/Makefile.am libmount_la_LIBADD = $(ul_libblkid_la) $(SELINUX_LIBS) libmount_la_DEPENDENCIES = $(libmount_la_LIBADD) libmount.sym libmount.h.in While $(SELINUX_LIBS) is '-lselinux -lsepol' They are not files or makefile tag, so cannot build-depends on. --