www/aws: Disable shared runtime option ahead of GNAT 4.9
As seen on FreeBSD 8, aws doesn't build with the shared runtime option with the upcoming gcc-aux version 4.9.0. Disable the option completely. The option may return when AWS is updated to the latest version.
This commit is contained in:
parent
af4b03a241
commit
19bcda4c24
2 changed files with 6 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.14 2014/02/12 23:18:43 tron Exp $
|
||||
# $NetBSD: Makefile,v 1.15 2014/04/28 13:04:20 marino Exp $
|
||||
#
|
||||
|
||||
DISTNAME= aws-${AWS_VERSION}
|
||||
PKGREVISION= 2
|
||||
PKGREVISION= 3
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://downloads.dragonlace.net/src/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: options.mk,v 1.7 2013/07/07 23:46:50 marino Exp $
|
||||
# $NetBSD: options.mk,v 1.8 2014/04/28 13:04:20 marino Exp $
|
||||
|
||||
|
||||
# xmlada is built-in (not optional) due to gprbuild dependency
|
||||
|
@ -12,7 +12,7 @@
|
|||
PKG_OPTIONS_VAR= PKG_OPTIONS.aws
|
||||
PKG_OPTIONS_OPTIONAL_GROUPS= slayer
|
||||
PKG_OPTIONS_GROUP.slayer= ssl gnutls
|
||||
PKG_SUPPORTED_OPTIONS= ldap inet6 debug disable-shared-rt relocatable
|
||||
PKG_SUPPORTED_OPTIONS= ldap inet6 debug relocatable
|
||||
PKG_SUGGESTED_OPTIONS= ssl
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
@ -89,9 +89,9 @@ DOTBUILD=debug
|
|||
## Shared Runtime Library ##
|
||||
##############################
|
||||
|
||||
.if !empty(PKG_OPTIONS:Mdisable-shared-rt)
|
||||
#.if !empty(PKG_OPTIONS:Mdisable-shared-rt)
|
||||
CONFIGURE_ARGS+= ENABLE_SHARED=false
|
||||
.endif
|
||||
#.endif
|
||||
|
||||
############################
|
||||
## Default Library Type ##
|
||||
|
|
Loading…
Reference in a new issue