Pass --enable-Bsymbolic=auto, or default value is "yes" and result in
configure faiure if -Bsymbolic-functions is not supported by `ld'.
This commit is contained in:
parent
c716bd2efb
commit
5e314b92d2
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.56 2012/05/01 07:13:37 tron Exp $
|
||||
# $NetBSD: Makefile,v 1.57 2012/05/02 02:11:33 obache Exp $
|
||||
|
||||
DISTNAME= librsvg-2.36.1
|
||||
CATEGORIES= graphics gnome
|
||||
|
@ -21,6 +21,7 @@ USE_LANGUAGES+= c c++
|
|||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --disable-gtk-theme --disable-tools
|
||||
CONFIGURE_ARGS+= --disable-introspection
|
||||
CONFIGURE_ARGS+= --enable-Bsymbolic=auto
|
||||
|
||||
PKGCONFIG_OVERRIDE= librsvg.pc.in
|
||||
|
||||
|
|
Loading…
Reference in a new issue