File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -2198,9 +2198,7 @@ libudev_la_LDFLAGS = \
21982198
21992199libudev_la_LIBADD = \
22002200 libsystemd-shared.la \
2201- libsystemd-label.la \
22022201 libsystemd-daemon-internal.la \
2203- $(RT_LIBS ) \
22042202 libsystemd-id128-internal.la
22052203
22062204pkgconfiglib_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
24352432udevadm_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
27622760libsystemd_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
30153012libsystemd_journal_internal_la_LIBADD = \
3016- libsystemd-label.la \
30173013 libsystemd-audit.la \
30183014 libsystemd-daemon.la \
30193015 libudev.la \
Original file line number Diff line number Diff line change @@ -14,5 +14,4 @@ Name: libudev
1414Description: Library to access udev device information
1515Version: @VERSION@
1616Libs: -L${libdir} -ludev
17- Libs.private: -lrt
1817Cflags: -I${includedir}
You can’t perform that action at this time.
0 commit comments