Changeset a764ff2 for udev-lfs


Ignore:
Timestamp:
09/21/2012 05:39:39 PM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
14377f4
Parents:
fd4ec73
Message:

Update udev-lfs for sytemd-190

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9997 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
udev-lfs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • udev-lfs/Makefile.lfs

    rfd4ec73 ra764ff2  
    55
    66SHELL=/bin/bash
    7 VERSION=188
     7VERSION=190
    88
    99ifeq ($(V),)
     
    9595             udev-builtin-uaccess.c  \
    9696             udev-builtin-usb_id.c   \
    97              udev-builtin-input_id.c
     97             udev-builtin-input_id.c \
     98             udev-builtin-btrfs.c
    9899
    99100UDEVD_OBJS := $(addprefix build/, $(UDEVD_SRCS:.c=.o))
     
    120121                  udev-builtin-uaccess.c  \
    121122                  udev-builtin-usb_id.c   \
    122                   udev-builtin-input_id.c
     123                  udev-builtin-input_id.c \
     124                  udev-builtin-btrfs.c
    123125
    124126UDEV_ADMIN_OBJS := $(addprefix build/, $(UDEV_ADMIN_SRCS:.c=.o))
     
    205207build/udevadm: $(UDEV_ADMIN_OBJS)
    206208        @echo LINK $@
    207         $(VB)gcc $(UDEV_ADMIN_OBJS) -o $@ $(LDFLAGS2) build/$(COMMON_LIB) \
    208       build/udev-local.a
     209        $(VB)gcc $(UDEV_ADMIN_OBJS) -o $@ $(LDFLAGS2) build/$(COMMON_LIB)
    209210        $(VB)strip --strip-unneeded $@
    210211
  • udev-lfs/cfg.h

    rfd4ec73 ra764ff2  
    4040/* Enable GNU extensions on systems that have them.  */
    4141# define _GNU_SOURCE 1
     42
    4243/* Version number of package */
    43 #define VERSION "188"
     44#define VERSION "190"
    4445
     46#define HAVE_DECL_PIVOT_ROOT 0
     47#define HAVE_DECL_GETTID 0
     48#define HAVE_NAME_TO_HANDLE_AT 1
     49#define HAVE___SECURE_GETENV 1
Note: See TracChangeset for help on using the changeset viewer.