OSDN Git Service

mapi: Use -no-undefined libtool flag in src/mapi/shared-glapi/Makefile.am
authorJon TURNEY <jon.turney@dronecode.org.uk>
Tue, 20 Mar 2012 11:11:00 +0000 (11:11 +0000)
committerEric Anholt <eric@anholt.net>
Wed, 21 Mar 2012 18:31:45 +0000 (11:31 -0700)
commit0bc440774489a3f7b4f61bf1161fad7dcf548596
treeee0590bb2e63fb0669c26d3b6b49e0c18e951762
parent668ed9599393de8b0a587c983da5b103249abc78
mapi: Use -no-undefined libtool flag in src/mapi/shared-glapi/Makefile.am

Use -no-undefined to assure libtool that the library has no unresolved
symbols at link time, so that libtool will build a shared library on
platforms that require that all symbols are resolved when the library
is linked.

Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
src/mapi/shared-glapi/Makefile.am