.
.
.
-Wl,-E -L/opt/local/lib -lm -llua -L/opt/local/lib -lpcre -lssl -lcrypto -lz
ld: unknown option: -E
collect2: ld returned 1 exit status
make[1]: *** [objs/nginx] Error 1
make: *** [build] Error 2
ld on the MAC doesn't have a -E Removing the -E in the config breaks the build.