On hppa, udiv_qrnnd is only provided as asm, which has been disabled
with a "--disable-asm" configure flag. Remove this flag for hppa. Didn't build there before, and other arch are unaffected, so no bump. ok mbalmer
This commit is contained in:
parent
cfa1597224
commit
a1fb084493
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2007/09/21 06:00:11 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2008/02/17 23:25:17 sthen Exp $
|
||||
|
||||
COMMENT= crypto library based on code used in GnuPG
|
||||
|
||||
@ -30,7 +30,10 @@ SEPARATE_BUILD= concurrent
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||
--enable-static \
|
||||
--disable-asm
|
||||
--enable-static
|
||||
|
||||
.if ${MACHINE_ARCH} != "hppa"
|
||||
CONFIGURE_ARGS+= --disable-asm
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user