]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package/systemd: remove unnecessary make opts
authorGabe Evans <gabe@hashrabbit.co>
Fri, 1 Jul 2016 21:51:18 +0000 (23:51 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 2 Jul 2016 11:04:34 +0000 (13:04 +0200)
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>
package/systemd/systemd.mk

index e463c8e1fcfd16d0ef63eebfbffa9080a633995c..eefd98081b6e783efab4e2a5ee0229b054a7b73a 100644 (file)
@@ -283,10 +283,6 @@ else
 SYSTEMD_CONF_OPTS += --disable-hibernate
 endif
 
-# mq_getattr needs -lrt
-SYSTEMD_MAKE_OPTS += LIBS=-lrt
-SYSTEMD_MAKE_OPTS += LDFLAGS+=-ldl
-
 define SYSTEMD_INSTALL_INIT_HOOK
        ln -fs ../lib/systemd/systemd $(TARGET_DIR)/sbin/init
        ln -fs ../bin/systemctl $(TARGET_DIR)/sbin/halt