1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00

relocatable-prog-wrapper: Fix breakage on Cygwin.

* modules/relocatable-prog-wrapper (Files): Add lib/stat.c, lib/lstat.c.
(Depends-on): Remove intprops.
* lib/relocwrapper.c: Update dependency tree.
(strerror): Undefine.
* build-aux/install-reloc (func_create_wrapper): Do not compile
strerror.c and strerror-override.c. Erase stat.o and lstat.o.
This commit is contained in:
Bruno Haible
2016-11-19 14:03:07 +01:00
parent 33a0497171
commit d91ad340b4
4 changed files with 30 additions and 12 deletions

View File

@@ -15,9 +15,11 @@ lib/careadlinkat.c
lib/allocator.h
lib/allocator.c
lib/readlink.c
lib/stat.c
lib/canonicalize-lgpl.c
lib/malloca.h
lib/malloca.c
lib/lstat.c
lib/relocatable.h
lib/relocatable.c
lib/setenv.c
@@ -43,7 +45,6 @@ stdint
stdlib
unistd
environ
intprops
string
verify