mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Fix configure by remove -lcipher.
Configure/build tested on: -stable, -current Notice from: kris via dosirak.kr
This commit is contained in:
parent
c771643341
commit
2caa893f83
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91026
@ -30,7 +30,8 @@ post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e 's|[\$$]CFLAGS -pthread|\$$CFLAGS|g ; \
|
||||
s|-D_THREAD_SAFE|${PTHREAD_CFLAGS}|g ; \
|
||||
s|[\$$]LDFLAGS -pthread|\$$LDFLAGS ${PTHREAD_LIBS}|g' \
|
||||
s|[\$$]LDFLAGS -pthread|\$$LDFLAGS ${PTHREAD_LIBS}|g ; \
|
||||
s|-lcipher||g' \
|
||||
${WRKSRC}/config/freebsd
|
||||
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/config/gnu-flags
|
||||
|
||||
|
@ -30,7 +30,8 @@ post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e 's|[\$$]CFLAGS -pthread|\$$CFLAGS|g ; \
|
||||
s|-D_THREAD_SAFE|${PTHREAD_CFLAGS}|g ; \
|
||||
s|[\$$]LDFLAGS -pthread|\$$LDFLAGS ${PTHREAD_LIBS}|g' \
|
||||
s|[\$$]LDFLAGS -pthread|\$$LDFLAGS ${PTHREAD_LIBS}|g ; \
|
||||
s|-lcipher||g' \
|
||||
${WRKSRC}/config/freebsd
|
||||
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/config/gnu-flags
|
||||
|
||||
|
@ -30,7 +30,8 @@ post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e 's|[\$$]CFLAGS -pthread|\$$CFLAGS|g ; \
|
||||
s|-D_THREAD_SAFE|${PTHREAD_CFLAGS}|g ; \
|
||||
s|[\$$]LDFLAGS -pthread|\$$LDFLAGS ${PTHREAD_LIBS}|g' \
|
||||
s|[\$$]LDFLAGS -pthread|\$$LDFLAGS ${PTHREAD_LIBS}|g ; \
|
||||
s|-lcipher||g' \
|
||||
${WRKSRC}/config/freebsd
|
||||
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/config/gnu-flags
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user