mirror of
https://github.com/sheumann/hush.git
synced 2025-01-13 21:31:51 +00:00
patch from Larry to fix pristine source builds
This commit is contained in:
parent
74e056bfc8
commit
dd91724aa0
2
Makefile
2
Makefile
@ -210,7 +210,7 @@ endif
|
||||
|
||||
ifneq ($(strip $(USE_SYSTEM_PWD_GRP)),true)
|
||||
PWD_GRP = pwd_grp
|
||||
PWD_GRP_DIR = $(BB_SRC_DIR)$(PWD_GRP)
|
||||
PWD_GRP_DIR = $(BB_SRC_DIR:=/)$(PWD_GRP)
|
||||
PWD_LIB = libpwd.a
|
||||
PWD_CSRC=__getpwent.c pwent.c getpwnam.c getpwuid.c putpwent.c getpw.c \
|
||||
fgetpwent.c __getgrent.c grent.c getgrnam.c getgrgid.c fgetgrent.c \
|
||||
|
Loading…
x
Reference in New Issue
Block a user