]> git.sesse.net Git - vlc/commit
Patch to fix liboil build when --disable-shared
authorDavid Flynn <davidf+nntp@woaf.net>
Mon, 7 Jul 2008 13:01:28 +0000 (13:01 +0000)
committerPavlov Konstantin <thresh@videolan.org>
Wed, 9 Jul 2008 20:34:44 +0000 (00:34 +0400)
commit5e4e0bd7f3e29fc7733bc09804540bb3ef6c92b5
treec4d7260fe1f0c5a8c3db9692e96e67e9a7768cc3
parent10d809da736e7af29639a25fa907c32b6ff579f6
Patch to fix liboil build when --disable-shared

Without --enable-shared, libtool doesn't generate symbol lists.  Use
some autogenerated-libtool-internals to sort it out.

Tested with: gcc on linux-amd64, mingw crosscompile, apple-os10.5

Signed-off-by: Pavlov Konstantin <thresh@videolan.org>
extras/contrib/src/Makefile
extras/contrib/src/Patches/liboil-noshared.patch [new file with mode: 0644]