Quantcast
Channel: mirrorshades
Viewing all articles
Browse latest Browse all 20

nginx on pkgsrc2010q2/solaris.

$
0
0

To compile the nginx package, you need to remove the patch-aa patch from distfiles. You also need to create hacks.mk and add the following to it:

.if (${PKGSRC_COMPILER} == sunpro)
.if (${MACHINE_ARCH} == i386)
CONFIGURE_ENV+= NGX_AUX=" src/os/unix/ngx_sunpro_x86.il" 
.endif
.endif

Problem report and fix here.


Viewing all articles
Browse latest Browse all 20

Trending Articles