summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2013-10-15 02:11:56 +0200
committerKay Sievers <kay@vrfy.org>2013-10-15 02:11:56 +0200
commit9cada1952a371e1b74b5e4bcae020ca1e88fdec8 (patch)
tree1e727d2173afd2d75670a753e907d8a6689d9ffc
parenta0551d26ab5c6e0d5089b42a6319baef0e28ad92 (diff)
build-sys: libudev - get rid of the needless selinux linking (again)
-rw-r--r--Makefile.am6
-rw-r--r--src/libudev/libudev.pc.in1
2 files changed, 1 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index 66012441c..76d1eeb39 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2198,9 +2198,7 @@ libudev_la_LDFLAGS = \
libudev_la_LIBADD = \
libsystemd-shared.la \
- libsystemd-label.la \
libsystemd-daemon-internal.la \
- $(RT_LIBS) \
libsystemd-id128-internal.la
pkgconfiglib_DATA += \
@@ -2372,7 +2370,6 @@ libudev_core_la_LIBADD = \
libudev-private.la \
libsystemd-label.la \
libsystemd-daemon-internal.la \
- $(RT_LIBS) \
libsystemd-shared.la \
$(BLKID_LIBS) \
$(KMOD_LIBS)
@@ -2434,6 +2431,7 @@ udevadm_SOURCES = \
udevadm_LDADD = \
libudev-core.la \
+ libsystemd-label.la \
libsystemd-shared.la
# Update hwdb on installation. Do not bother if installing
@@ -2761,7 +2759,6 @@ libsystemd_id128_la_LDFLAGS = \
libsystemd_id128_la_LIBADD = \
libsystemd-shared.la \
- libsystemd-label.la \
libsystemd-daemon-internal.la \
$(RT_LIBS)
@@ -3013,7 +3010,6 @@ libsystemd_journal_internal_la_CFLAGS = \
$(AM_CFLAGS)
libsystemd_journal_internal_la_LIBADD = \
- libsystemd-label.la \
libsystemd-audit.la \
libsystemd-daemon.la \
libudev.la \
diff --git a/src/libudev/libudev.pc.in b/src/libudev/libudev.pc.in
index 2b183e9dc..a0f3f524e 100644
--- a/src/libudev/libudev.pc.in
+++ b/src/libudev/libudev.pc.in
@@ -14,5 +14,4 @@ Name: libudev
Description: Library to access udev device information
Version: @VERSION@
Libs: -L${libdir} -ludev
-Libs.private: -lrt
Cflags: -I${includedir}