mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-05 17:37:43 +00:00
package/systemd: remove unnecessary make opts
These flags were originally needed to support uClibc in earlier releases. Signed-off-by: Gabe Evans <gabe@hashrabbit.co> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
8f8a0f1b9d
commit
f52f09c7f1
@ -283,10 +283,6 @@ else
|
|||||||
SYSTEMD_CONF_OPTS += --disable-hibernate
|
SYSTEMD_CONF_OPTS += --disable-hibernate
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# mq_getattr needs -lrt
|
|
||||||
SYSTEMD_MAKE_OPTS += LIBS=-lrt
|
|
||||||
SYSTEMD_MAKE_OPTS += LDFLAGS+=-ldl
|
|
||||||
|
|
||||||
define SYSTEMD_INSTALL_INIT_HOOK
|
define SYSTEMD_INSTALL_INIT_HOOK
|
||||||
ln -fs ../lib/systemd/systemd $(TARGET_DIR)/sbin/init
|
ln -fs ../lib/systemd/systemd $(TARGET_DIR)/sbin/init
|
||||||
ln -fs ../bin/systemctl $(TARGET_DIR)/sbin/halt
|
ln -fs ../bin/systemctl $(TARGET_DIR)/sbin/halt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user