util-linux: Build fixes for new kernel headers.

This commit is contained in:
Michael Tremer
2011-09-02 19:58:23 +00:00
parent bf4b7f6d4a
commit 0112049091
2 changed files with 198 additions and 0 deletions

View File

@@ -96,6 +96,7 @@ else
hwclock/hwclock.c
-mkdir -p /var/lib/hwclock
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/$(THISAPP)-cramfs-1.patch
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/util-linux-buildfix.patch
cd $(DIR_APP) && ./configure
cd $(DIR_APP) && make $(MAKETUNING) HAVE_KILL=yes HAVE_SLN=yes
cd $(DIR_APP) && make HAVE_KILL=yes HAVE_SLN=yes install