Avoid breakage in dependent ports (notably PHP) by simply not linking
against the threaded C libraries. Bump PORTREVISION. Submitted by: ale
This commit is contained in:
parent
d592febe07
commit
fde8e5b147
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246133
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= mhash
|
||||
PORTVERSION= 0.9.9.9
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= SF
|
||||
|
||||
@ -16,8 +17,7 @@ COMMENT= An easy-to-use library for strong hashes such as MD5 and SHA1
|
||||
USE_BZIP2= yes
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --with-LDFLAGS="${PTHREAD_LIBS}" --enable-static \
|
||||
--with-gnu-ld
|
||||
CONFIGURE_ARGS+= --enable-static --with-gnu-ld
|
||||
|
||||
MAN3= mhash.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user