diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-04-03 18:25:48 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-04-03 18:25:48 +0000 |
commit | 511ef527ff4a373b60f2e0ec95e3a7af4b24ef05 (patch) | |
tree | e0ff351133723b581a0e43244f4ada3138220731 /security/openssl-beta/Makefile | |
parent | - honor CC and use PTHREAD_LIBS and PTHREAD_FLAGS (diff) |
- honor CC and use PHREAD_LIBS and PTHREAD_FLAGS
Submitted by: marius@alchemy.franken.de
Notes
Notes:
svn path=/head/; revision=78055
Diffstat (limited to 'security/openssl-beta/Makefile')
-rw-r--r-- | security/openssl-beta/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/openssl-beta/Makefile b/security/openssl-beta/Makefile index 90bee2a8d078..6b6940f39806 100644 --- a/security/openssl-beta/Makefile +++ b/security/openssl-beta/Makefile @@ -883,6 +883,7 @@ EXTRACONFIGURE= 386 do-configure: cd ${WRKSRC} \ && ${SETENV} CC="${CC}" CFLAGS="${CFLAGS}" PERL="${PERL}" \ + PTHREAD_CFLAGS=${PTHREAD_CFLAGS} PTHREAD_LIBS=${PTHREAD_LIBS} \ ./config --prefix=${PREFIX} --openssldir=${OPENSSLDIR} \ -L${PREFIX}/lib ${EXTRACONFIGURE} |