-Wl,--as-needed is not needed anymore with newer binutils.

This commit is contained in:
ajacoutot 2015-05-22 12:17:23 +00:00
parent 0d830c3ad2
commit 69ca030d39

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.247 2015/05/15 16:54:42 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.248 2015/05/22 12:17:23 ajacoutot Exp $
SHARED_ONLY= Yes
@ -6,7 +6,7 @@ COMMENT= integrated email and PIM software for GNOME
GNOME_PROJECT= evolution
GNOME_VERSION= 3.16.2.1
REVISION= 0
REVISION= 1
CATEGORIES= mail
@ -61,9 +61,6 @@ MODGNOME_TOOLS= desktop-file-utils gtk-update-icon-cache yelp
MODGNOME_CPPFLAGS= -I${X11BASE}/include
# without --as-needed, evolution takes ages to start
MODGNOME_LDFLAGS= -L${X11BASE}/lib -Wl,--as-needed
YACC= bison
CONFIGURE_STYLE= gnu