View | Details | Raw Unified | Return to bug 54246
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 101-107 Link Here
101
#  - accept the illegal '_' character in hostnames.
101
#  - accept the illegal '_' character in hostnames.
102
#CONFIGURE_ARGS+= --enable-underscores
102
#CONFIGURE_ARGS+= --enable-underscores
103
#  - Enable control of different heap replacement algorithms at runtime.
103
#  - Enable control of different heap replacement algorithms at runtime.
104
#CONFIGURE_ARGS+= --enable-heap-replacement
104
#CONFIGURE_ARGS+= --enable-removal-policies
105
105
106
post-patch:
106
post-patch:
107
	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
107
	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure

Return to bug 54246