Index: head/www/nostromo/Makefile =================================================================== --- head/www/nostromo/Makefile +++ head/www/nostromo/Makefile @@ -21,6 +21,9 @@ MAKE_ENV?= MAKEOBJDIR=. NOSTROMO_DIR=${NOSTROMO_DIR} MANDIR=${PREFIX}/man/man PLIST_SUB+= NOSTROMODIR="${NOSTROMO_DIR}" NOSTROMOLOGDIR="${NOSTROMO_LOGDIR}" +# XXX PIE with static libraries is currently unsupported. +MAKE_ENV+= WITHOUT_PIE=true + post-extract: @${REINPLACE_CMD} -e "s@/var/nostromo@${NOSTROMO_DIR}@g" \ ${WRKSRC}/src/nhttpd/nhttpd.8 \