Works like a charm! Thank you.
Search Criteria
Package Details: nginx-stable-extra 1.4.1-1
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2014-02-18)
| Package Base: | nginx-stable-extra |
|---|---|
| Description: | lightweight HTTP server - stable release with debug enabled and easy external modules administration |
| Upstream URL: | http://nginx.org |
| Category: | daemons |
| Licenses: | |
| Submitter: | aelesbao |
| Maintainer: | aelesbao |
| Last Packager: | None |
| Votes: | 1 |
| First Submitted: | 2012-06-11 20:03 |
| Last Updated: | 2013-07-11 02:46 |
Latest Comments
Comment by kriation
Comment by aelesbao
@kriation, after some research I've noticed that the dependency on libatomic_ops isn't necessary, since (acording to this post: http://forum.nginx.org/read.php?2,28343,28344,quote=1) GCC 4.1+ can do most of the optimizations that libatomic do for the major processors archs that ArchLinux runs on (x86, amd64, ...). So I removed it from the package. Can you confirm if it solves your problem installing the package?
Best regards,
Augusto
Comment by aelesbao
@kriation, strange, I use this build in my dev box, but anyway I'll check it again on a clean Arch install. Thanks
Comment by kriation
This package does not build with the dependency list specified above. The list from the current PKGBUILD is:
depends=('pcre' 'geoip' 'gd' 'libxslt' 'openssl' 'zlib')
makedepends=('geoip' 'libatomic_ops' 'passenger' 'gperftools')
optdepends=('passenger')
As note, libatomic_ops is only available in the AUR.