mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-11-01 00:51:08 +03:00
e598c5738c
"Hello world!" linked against libselinux parses /proc/mounts and whatever else on startup, even when the lib is not needed at all. Not funny! Get rid of that thing where it's not absolutely needed.
11 lines
197 B
PHP
11 lines
197 B
PHP
AM_CPPFLAGS = \
|
|
-include $(top_builddir)/config.h \
|
|
-DSYSCONFDIR=\""$(sysconfdir)"\" \
|
|
-DUDEV_PREFIX=\""$(udev_prefix)"\" \
|
|
-D_LIBUDEV_COMPILATION
|
|
|
|
AM_CFLAGS =
|
|
|
|
AM_LDFLAGS = \
|
|
-Wl,--as-needed
|