From: Jakub Bogusz Date: Sat, 5 Mar 2005 17:18:29 +0000 (+0000) Subject: - missing linking X-Git-Url: http://git.pld-linux.org/?p=packages%2FOpenAL%2B%2B.git;a=commitdiff_plain;h=032732290f57ae15bc0213775d945be03bea6394 - missing linking Changed files: openalpp-link.patch -> 1.1 --- diff --git a/openalpp-link.patch b/openalpp-link.patch new file mode 100644 index 0000000..1d1d691 --- /dev/null +++ b/openalpp-link.patch @@ -0,0 +1,11 @@ +--- openalpp/src/Makefile.am.orig 2005-02-25 15:26:53.000000000 +0100 ++++ openalpp/src/Makefile.am 2005-03-05 18:17:37.808792752 +0100 +@@ -33,7 +33,7 @@ + #streamfiles=nostreaming.cpp noinputdevice.cpp nofilestream.cpp + + libopenalpp_la_SOURCES = $(basicfiles) $(streamfiles) $(devicefiles) $(oggfiles) +- ++libopenalpp_la_LIBADD = -lOpenThreads + + lib_LTLIBRARIES = libopenalpp.la +