On 9/12/2013 1:12 AM, Gerardo Di Iorio wrote:
hi, the current sysvinit for fine for me. You can explain the error?
Hi Gerardo,
This is from memory, because I don't have a build environment set up to reproduce the error right now. If you look in the Makefile, you will find that there is no longer an LCRYPT variable in there, it was renamed to SULOGINLIBS, My build of sulogin was failing because of this.
Jan
regards 2013/8/14 Jan Rovins <[email protected] <mailto:[email protected]>> =================================================================== --- package/base/sysvinit/sysvinit.conf (revision 41957) +++ package/base/sysvinit/sysvinit.conf (working copy) @@ -23,7 +23,7 @@ fi hook_add premake 5 "cd src" -var_append makeopt ' ' 'LCRYPT=-lcrypt LUTIL=-lutil ROOT=$root DISTRO=$DISTRO all' +var_append makeopt ' ' 'SULOGINLIBS=-lcrypt LUTIL=-lutil ROOT=$root DISTRO=$DISTRO all' var_append makeinstopt ' ' 'LCRYPT=-lcrypt LUTIL=-lutil ROOT=$root DISTRO=$DISTRO install' hook_add postmake 5 '$CC -Wall -O2 $confdir/rc.c -o $root/sbin/rc' ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [email protected] <mailto:[email protected]> with a subject of: unsubscribe t2
----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to
[email protected] with a subject of: unsubscribe t2
