apache-httpd-2.4: ensure that libgcc_s can be found at run-time

This commit is contained in:
Peter Simons 2012-07-07 08:57:28 +02:00
parent c870b80512
commit ea1d479afb

View File

@ -26,6 +26,9 @@ stdenv.mkDerivation rec {
optional ldapSupport openldap ++ # there is no --with-ldap flag
optional libxml2Support libxml2; # there is --with-libxml2, but it doesn't work
# Required for pthread_cancel.
NIX_LDFLAGS = "-lgcc_s";
configureFlags = ''
--with-apr=${apr}
--with-apr-util=${aprutil}