forked from pool/util-linux
aa19c628f4
- improve error messages from new mount (bnc#767208) - backport patches from upstream git: - mount-new-add-loopdev-specific-error-message.patch - mount-new-use-MNT_ERR-for-error-messages.patch - libmount-add-special-MNT_ERR-codes.patch - mount-new-improve-error-messages.patch - libmount-add-MNT_ERR_LOOPDEV.patch - fix automount with quota (rh#825836) - mount-new-allow-sloppy-for-non-root.patch - fix wrong mount options for CIFS mounts (bnc#766157) - libmount-don-t-use-nosuid-noexec-nodev-for-cifs-user.patch OBS-URL: https://build.opensuse.org/request/show/125114 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=149
14 lines
628 B
Diff
14 lines
628 B
Diff
Index: util-linux-2.21.2/libmount/src/Makefile.am
|
|
===================================================================
|
|
--- util-linux-2.21.2.orig/libmount/src/Makefile.am
|
|
+++ util-linux-2.21.2/libmount/src/Makefile.am
|
|
@@ -30,7 +30,7 @@ nodist_libmount_la_SOURCES = mountP.h
|
|
|
|
libmount_la_LIBADD = $(ul_libblkid_la) $(SELINUX_LIBS)
|
|
|
|
-libmount_la_DEPENDENCIES = $(libmount_la_LIBADD) libmount.sym libmount.h.in
|
|
+libmount_la_DEPENDENCIES = $(ul_libblkid_la) libmount.sym libmount.h.in
|
|
|
|
libmount_la_LDFLAGS = -Wl,--version-script=$(ul_libmount_srcdir)/libmount.sym \
|
|
-version-info $(LIBMOUNT_VERSION_INFO)
|