Author: bdubbs
Date: 2012-09-21 11:39:39 -0600 (Fri, 21 Sep 2012)
New Revision: 9997

Modified:
   trunk/BOOK/udev-lfs/Makefile.lfs
   trunk/BOOK/udev-lfs/cfg.h
Log:
Update udev-lfs for sytemd-190

Modified: trunk/BOOK/udev-lfs/Makefile.lfs
===================================================================
--- trunk/BOOK/udev-lfs/Makefile.lfs    2012-09-16 13:58:10 UTC (rev 9996)
+++ trunk/BOOK/udev-lfs/Makefile.lfs    2012-09-21 17:39:39 UTC (rev 9997)
@@ -4,7 +4,7 @@
 # vim: tabstop=3
 
 SHELL=/bin/bash
-VERSION=188
+VERSION=190
 
 ifeq ($(V),)
  VB = @
@@ -94,7 +94,8 @@
              udev-builtin-kmod.c     \
              udev-builtin-uaccess.c  \
              udev-builtin-usb_id.c   \
-             udev-builtin-input_id.c
+             udev-builtin-input_id.c \
+             udev-builtin-btrfs.c
 
 UDEVD_OBJS := $(addprefix build/, $(UDEVD_SRCS:.c=.o))
 
@@ -119,7 +120,8 @@
                   udev-builtin-kmod.c     \
                   udev-builtin-uaccess.c  \
                   udev-builtin-usb_id.c   \
-                  udev-builtin-input_id.c
+                  udev-builtin-input_id.c \
+                  udev-builtin-btrfs.c
 
 UDEV_ADMIN_OBJS := $(addprefix build/, $(UDEV_ADMIN_SRCS:.c=.o))
 
@@ -204,8 +206,7 @@
 
 build/udevadm: $(UDEV_ADMIN_OBJS)
        @echo LINK $@
-       $(VB)gcc $(UDEV_ADMIN_OBJS) -o $@ $(LDFLAGS2) build/$(COMMON_LIB) \
-      build/udev-local.a
+       $(VB)gcc $(UDEV_ADMIN_OBJS) -o $@ $(LDFLAGS2) build/$(COMMON_LIB)
        $(VB)strip --strip-unneeded $@
 
 build/accelerometer: build/accelerometer.o build/$(COMMON_LIB)

Modified: trunk/BOOK/udev-lfs/cfg.h
===================================================================
--- trunk/BOOK/udev-lfs/cfg.h   2012-09-16 13:58:10 UTC (rev 9996)
+++ trunk/BOOK/udev-lfs/cfg.h   2012-09-21 17:39:39 UTC (rev 9997)
@@ -39,6 +39,11 @@
 
 /* Enable GNU extensions on systems that have them.  */
 # define _GNU_SOURCE 1
+
 /* Version number of package */
-#define VERSION "188"
+#define VERSION "190"
 
+#define HAVE_DECL_PIVOT_ROOT 0
+#define HAVE_DECL_GETTID 0
+#define HAVE_NAME_TO_HANDLE_AT 1
+#define HAVE___SECURE_GETENV 1

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to