apache-httpd-2.4: ensure that libgcc_s can be found at run-time
This commit is contained in:
parent
c870b80512
commit
ea1d479afb
@ -26,6 +26,9 @@ stdenv.mkDerivation rec {
|
|||||||
optional ldapSupport openldap ++ # there is no --with-ldap flag
|
optional ldapSupport openldap ++ # there is no --with-ldap flag
|
||||||
optional libxml2Support libxml2; # there is --with-libxml2, but it doesn't work
|
optional libxml2Support libxml2; # there is --with-libxml2, but it doesn't work
|
||||||
|
|
||||||
|
# Required for ‘pthread_cancel’.
|
||||||
|
NIX_LDFLAGS = "-lgcc_s";
|
||||||
|
|
||||||
configureFlags = ''
|
configureFlags = ''
|
||||||
--with-apr=${apr}
|
--with-apr=${apr}
|
||||||
--with-apr-util=${aprutil}
|
--with-apr-util=${aprutil}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user