diff options
-rw-r--r-- | graphics/swfdec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/swfdec/Makefile b/graphics/swfdec/Makefile index bc6306812..3843e447e 100644 --- a/graphics/swfdec/Makefile +++ b/graphics/swfdec/Makefile @@ -23,7 +23,7 @@ USE_GSTREAMER= core good mp3 ffmpeg USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --with-audio=none CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" + LDFLAGS="-Wl,-Bsymbolic -L${LOCALBASE}/lib" PLIST_SUB= VERSION=${PORTVERSION:R} |