1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/pkgs
Bjørn Forsman 238c26cea9 lighttpd: fix build warnings
The build complains about missing "file" and "which" commands, so add them as
build inputs.

"file" is used by the autotools configure script to tweak what -m flag
(if any) to pass to the linker when it asks it for shared library
support.

Here is an example of -m values for GNU ld:
  Supported emulations:
   elf_x86_64
   elf32_x86_64
   elf_i386
   i386linux
   elf_l1om
   elf_k1om

"which" is used in the build phase to look for svnversion and git, to build a
version stamp. Since we build from a release tarball (and don't pass svn or git
as inputs either), this check fails and falls back to the version number in the
tarball.

There is one build warning left, but I think this is normal on NixOS:

  /tmp/nix-build-lighttpd-1.4.32.drv-0/lighttpd-1.4.32/libtool: line 1085: ldconfig: command not found
2013-04-01 15:28:35 +02:00
..
applications lame: update from 3.98.4 to 3.99.5 2013-03-30 18:10:38 +01:00
build-support
data
desktops
development plone: upgrading to 4.3rc1 2013-03-31 08:53:23 +02:00
games springlobby: bump to 0.169 2013-03-30 20:05:13 +01:00
lib
misc
os-specific linux: update to 3.8.5 2013-03-31 09:27:40 +02:00
servers lighttpd: fix build warnings 2013-04-01 15:28:35 +02:00
shells
stdenv
test
tools Adding oath-toolkit and xmlsec 2013-03-31 00:08:17 +01:00
top-level plone: upgrading to 4.3rc1 2013-03-31 08:53:23 +02:00