[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: does a shebang-patched shebang of autotools leak into my 'make dist'
From: |
Andy Wingo |
Subject: |
Re: does a shebang-patched shebang of autotools leak into my 'make dist'? |
Date: |
Thu, 21 Sep 2017 09:39:29 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) |
On Thu 21 Sep 2017 09:05, ng0 <address@hidden> writes:
> If you do:
> git clone https://git.taler.net/gnurl.git
> cd gnurl
> guix environment gnurl -- ./buildconf
> sed 's/\/usr\/bin\/file/\/usr\/bin\/env file/' configure
> guix environment gnurl -- ./configure --enable-ipv6 --with-gnutls
> --without-libssh2 --without-libmetalink --without-winidn
> --without-librtmp --without-nghttp2 --without-nss --without-cyassl
> --without-polarssl --without-ssl --without-winssl --without-darwinssl
> --disable-sspi --disable-ntlm-wb --disable-ldap --disable-rtsp
> --disable-dict --disable-telnet --disable-tftp --disable-pop3
> --disable-imap --disable-smtp --disable-gopher --disable-file
> --disable-ftp --disable-smb
> guix environment gnurl -- make
> guix environment gnurl zip xz perl git -- ./maketgz 7.55.1-4
>
> and the extract the resulting gnurl-7.55.1-4.tar.xz somewhere
> you can cat ltmain.sh:
>
> #!/gnu/store/kpxi8h3669afr9r1bgvaf9ij3y4wdyyn-bash-minimal-4.4.12/bin/sh
> ## DO NOT EDIT - This file generated from ./build-aux/ltmain.in
> ## by inline-source v2014-01-03.01
This used to be the case but should have been fixed in
92e779592d269ca1924f184496eb4ca832997b12.
Andy