#3323: Systemd 201
-------------------------+-------------------------
Reporter: Krejzi | Owner: lfs-book@…
Type: enhancement | Status: new
Priority: normal | Milestone: 7.4
Component: Book | Version: SVN
Severity: normal | Resolution:
Keywords: |
-------------------------+-------------------------
Comment (by Krejzi):
Builds for me. GCC-4.8.0 and Glibc 2.17.
Consider bumping soname of libudev to 1.3.2 and libgudev-1.0 to 0.1.3
Also, since /etc/udev/rules.d is for user defined rules, I'd recommend you
move LFS specific rules to /lib/udev/rules.d since they are installed by
package, not by user.
/usr/share/doc/udev is not versioned directory.
Install libudev api docs from docs/libudev/html/ to /usr/share/gtk-
doc/html, too.
Don't use static keymaps list in makefile-incl.keymap ... Use something
like this:
{{{
KEYMAPS = $(shell ls keymaps/* | sort)
KEYMAPS_FR = $(shell ls keymaps-force-release/* | sort)
}}}
Don't use LDFLAGS as variable in Makefile.lfs. Use LIBRARIES (not that
correct) and allow user to override CFLAGS and LDFLAGS. Not that
important, I guess - but useful for someone who wants to add some
optimizations or whatever.
That's everything I could get from quick look at the build system and
installed files.
--
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/3323#comment:6>
LFS Trac <http://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page