From f0efe55387363a7c1047eaf171e61cfa5781a65b Mon Sep 17 00:00:00 2001 From: Guilherme Lima Bernal Date: Sun, 21 Dec 2014 23:55:00 -0300 Subject: openal: fixes compilation on shared target. The patch should only remove the "common" link, not both. Winmm is linked with this EXTRA_LIBS. Many undefined references fixed. Here is the log: http://pastebin.com/iA6Mku2g --- src/openal-1-fixes.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openal-1-fixes.patch b/src/openal-1-fixes.patch index 135a7de..04e1ab3 100644 --- a/src/openal-1-fixes.patch +++ b/src/openal-1-fixes.patch @@ -49,7 +49,7 @@ index 0087edb..6887339 100644 ENDIF() -TARGET_LINK_LIBRARIES(${LIBNAME} common ${EXTRA_LIBS}) -+#TARGET_LINK_LIBRARIES(${LIBNAME} common ${EXTRA_LIBS}) ++TARGET_LINK_LIBRARIES(${LIBNAME} ${EXTRA_LIBS}) # Add an install target here INSTALL(TARGETS ${LIBNAME} -- cgit v0.12