X Tutup
Skip to content

Commit 9cada19

Browse files
committed
build-sys: libudev - get rid of the needless selinux linking (again)
1 parent a0551d2 commit 9cada19

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Makefile.am

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2198,9 +2198,7 @@ libudev_la_LDFLAGS = \
21982198

21992199
libudev_la_LIBADD = \
22002200
libsystemd-shared.la \
2201-
libsystemd-label.la \
22022201
libsystemd-daemon-internal.la \
2203-
$(RT_LIBS) \
22042202
libsystemd-id128-internal.la
22052203

22062204
pkgconfiglib_DATA += \
@@ -2372,7 +2370,6 @@ libudev_core_la_LIBADD = \
23722370
libudev-private.la \
23732371
libsystemd-label.la \
23742372
libsystemd-daemon-internal.la \
2375-
$(RT_LIBS) \
23762373
libsystemd-shared.la \
23772374
$(BLKID_LIBS) \
23782375
$(KMOD_LIBS)
@@ -2434,6 +2431,7 @@ udevadm_SOURCES = \
24342431

24352432
udevadm_LDADD = \
24362433
libudev-core.la \
2434+
libsystemd-label.la \
24372435
libsystemd-shared.la
24382436

24392437
# Update hwdb on installation. Do not bother if installing
@@ -2761,7 +2759,6 @@ libsystemd_id128_la_LDFLAGS = \
27612759

27622760
libsystemd_id128_la_LIBADD = \
27632761
libsystemd-shared.la \
2764-
libsystemd-label.la \
27652762
libsystemd-daemon-internal.la \
27662763
$(RT_LIBS)
27672764

@@ -3013,7 +3010,6 @@ libsystemd_journal_internal_la_CFLAGS = \
30133010
$(AM_CFLAGS)
30143011

30153012
libsystemd_journal_internal_la_LIBADD = \
3016-
libsystemd-label.la \
30173013
libsystemd-audit.la \
30183014
libsystemd-daemon.la \
30193015
libudev.la \

src/libudev/libudev.pc.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,4 @@ Name: libudev
1414
Description: Library to access udev device information
1515
Version: @VERSION@
1616
Libs: -L${libdir} -ludev
17-
Libs.private: -lrt
1817
Cflags: -I${includedir}

0 commit comments

Comments
 (0)
X Tutup