Copied from Debian. From: Andreas Schwab Subject: Initialize the symlink flag Bug-Debian: http://bugs.debian.org/717029 X-Debian-version: 6.0-10 --- a/process.c +++ b/process.c @@ -1758,6 +1758,12 @@ = (G.crec.general_purpose_bit_flag & (1 << 11)) == (1 << 11); #endif +#ifdef SYMLINKS + /* Initialize the symlink flag, may be set by the platform-specific + mapattr function. */ + G.pInfo->symlink = 0; +#endif + return PK_COOL; } /* end function process_cdir_file_hdr() */ ix/'>guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/autogen.scm
AgeCommit message (Expand)Author
2023-04-11gnu: autogen: Fix build on i686....* gnu/packages/autogen.scm (autogen): Add a snippet. Signed-off-by: Andreas Enge <andreas@enge.fr> Kaelyn
2022-06-13gnu: autogen: Build reproducibly....* gnu/packages/autogen.scm (autogen)[arguments]: Add 'use-numeric-ids-in-tarball phase. Vagrant Cascadian
2022-06-13gnu: autogen: Build with guile 3.0....* gnu/packages/autogen.scm (autogen)[arguments]: Add 'support-guile-3.0 phase. [inputs]: Remove guile-2.2 and add guile-3.0. Vagrant Cascadian
2022-06-05gnu: autogen: Use reproducible date for man pages....* gnu/packages/autogen.scm (autogen)[arguments]: Add 'set-man-page-date phase. Vagrant Cascadian