Author: qboosh Date: Sat Mar 5 17:18:34 2005 GMT Module: SOURCES Tag: HEAD ---- Log message: - missing linking
---- Files affected: SOURCES: openalpp-link.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/openalpp-link.patch diff -u /dev/null SOURCES/openalpp-link.patch:1.1 --- /dev/null Sat Mar 5 18:18:34 2005 +++ SOURCES/openalpp-link.patch Sat Mar 5 18:18:29 2005 @@ -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 + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
