gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-dev] remove redundant lib flags for plugin


From: Patrice Dumas
Subject: [Gnash-dev] remove redundant lib flags for plugin
Date: Wed, 24 May 2006 18:57:05 +0200
User-agent: Mutt/1.4.2.1i

Hello,

The link flags appear twice (or 3 times for -lXi -lX11) when linking
libgnashplugin. The attached patch should fix that (given that -lXi -lX11
are in LIBS, due to
AC_CHECK_LIB(Xi, XInput_find_display)
AC_CHECK_LIB(X11, XDisableAccessControl)
in configure.ac). Moreover the lib flags should not be in LDFLAGS, as they
must appear after the object files.

--
Pat

Attachment: plugin-fix-redundant-lib-flags.diff
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]