[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#30734] [PATCH core-updates 2/3] gnu: util-linux: Move '.la' files t
From: |
Danny Milosavljevic |
Subject: |
[bug#30734] [PATCH core-updates 2/3] gnu: util-linux: Move '.la' files to static output. |
Date: |
Tue, 6 Mar 2018 18:04:49 +0100 |
Hi Marius,
On Tue, 6 Mar 2018 17:56:41 +0100
Marius Bakke <address@hidden> wrote:
> index e63abcea4..dffe2c49c 100644
> --- a/gnu/packages/linux.scm
> +++ b/gnu/packages/linux.scm
> @@ -608,10 +608,16 @@ providing the system administrator with some help in
> common tasks.")
> (mkdir-p (string-append static "/lib"))
> (with-directory-excursion out
> (for-each (lambda (file)
> + ;; The dynamic linker does not need the
> '.la'
> + ;; files, but libtool might. Make sure
> they
> + ;; refer to the right output.
> + (when (string= ".la" (string-take-right
> file 3))
string-take-right errors out when given an argument which is longer than the
length of FILE.
I suggest using (string-suffix? ".la" file) instead.
pgpiVuibe6tGP.pgp
Description: OpenPGP digital signature
- [bug#30734] [PATCH core-updates 0/3] nologin and ifconfig profile conflicts, Marius Bakke, 2018/03/06
- [bug#30734] [PATCH core-updates 1/3] gnu: util-linux: Don't build 'nologin'., Marius Bakke, 2018/03/06
- [bug#30734] [PATCH core-updates 3/3] gnu: net-tools: Don't install 'ifconfig'., Marius Bakke, 2018/03/06
- [bug#30734] [PATCH core-updates 3/3] gnu: net-tools: Don't install 'ifconfig'., Danny Milosavljevic, 2018/03/06
- [bug#30734] [PATCH core-updates 3/3] gnu: net-tools: Don't install 'ifconfig'., Ludovic Courtès, 2018/03/07
- [bug#30734] [PATCH core-updates 3/3] gnu: net-tools: Don't install 'ifconfig'., Marius Bakke, 2018/03/08
- [bug#30734] [PATCH core-updates 3/3] gnu: net-tools: Don't install 'ifconfig'., Ludovic Courtès, 2018/03/08
- [bug#30734] [PATCH core-updates 3/3] gnu: net-tools: Don't install 'ifconfig'., Marius Bakke, 2018/03/22
- [bug#30734] [PATCH core-updates 3/3] gnu: net-tools: Don't install 'ifconfig'., Ludovic Courtès, 2018/03/23
[bug#30734] [PATCH core-updates 2/3] gnu: util-linux: Move '.la' files to static output., Marius Bakke, 2018/03/06
- [bug#30734] [PATCH core-updates 2/3] gnu: util-linux: Move '.la' files to static output.,
Danny Milosavljevic <=
[bug#30734] [PATCH core-updates 1/3] gnu: util-linux: Don't build 'nologin'., Danny Milosavljevic, 2018/03/06
[bug#30734] [PATCH core-updates 1/3] gnu: util-linux: Don't build 'nologin'., Ludovic Courtès, 2018/03/07