diff --git a/Makefile b/Makefile index 306d793..a79c6dd 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ INCLUDES = $($(L)_INCLUDES) GLIBC_LDFLAGS = -static KLIBC_LDFLAGS = MUSL_LDFLAGS = -static -LDFLAGS = $($(L)_LDFLAGS) +LDFLAGS += $($(L)_LDFLAGS) STRIPCMD = strip -R .note -R .comment diff --git a/propagator.spec b/propagator.spec index a676972..cce6ad6 100644 --- a/propagator.spec +++ b/propagator.spec @@ -2,7 +2,7 @@ %def_with splash Name: propagator -Version: 20130821 +Version: 20130822 Release: alt1 Summary: 'Early userspace' set of binaries @@ -22,7 +22,7 @@ including init and various helpers for hw probing and bootstrapping. %setup %build -make \ +%make_build \ %{?_with_shell:WITH_SHELL=t} \ %{?_with_splash:WITH_SPLASH=t} \ version=%version-%release \ @@ -37,6 +37,11 @@ make \ %_sbindir/propagator %changelog +* Thu Aug 22 2013 Led 20130822-alt1 +- don't panic of mkdir(2) if directory already exist +- init: fix trying mount devtmpfs into /dev +- support build with MUSL + * Wed Aug 21 2013 Fr. Br. George 20130821-alt1 - switch back to nfsmount (mount.nfs fails on NFSv3)