mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
sysvinit: Fix makefile bug found with clang
This is due to specifying .h files on linker cmdline clang driver is picky about it, and its not entirely correct either (From OE-Core rev: de45b5e68faeefe3d68818d456f280b98f397634) (From OE-Core rev: 44dcee60e343944199ee766ec0886931ff2b0699) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -13,6 +13,7 @@ SRC_URI = "${SAVANNAH_GNU_MIRROR}/sysvinit/sysvinit-${PV}.tar.bz2 \
|
||||
file://install.patch \
|
||||
file://crypt-lib.patch \
|
||||
file://pidof-add-m-option.patch \
|
||||
file://0001-This-fixes-an-issue-that-clang-reports-about-mutlipl.patch \
|
||||
file://rcS-default \
|
||||
file://rc \
|
||||
file://rcS \
|
||||
|
||||
Reference in New Issue
Block a user