|
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 |