781094ad81
- fix build on alpha by not comparing a va_list to NULL. problem noticed and fix tested by merdely@. - fix possible 100% cpu usage in full-duplex mode - fix net client/server - add @bin markers to PLIST
13 lines
366 B
Plaintext
13 lines
366 B
Plaintext
$OpenBSD: patch-jackd_Makefile_am,v 1.1 2008/06/28 05:49:30 jakemsr Exp $
|
|
--- jackd/Makefile.am.orig Fri Jun 27 21:49:10 2008
|
|
+++ jackd/Makefile.am Fri Jun 27 21:50:41 2008
|
|
@@ -40,6 +40,8 @@ endif
|
|
jackstart_SOURCES = jackstart.c md5.c
|
|
jackstart_LDFLAGS = -lcap
|
|
|
|
+LIBS = -lm -pthread
|
|
+
|
|
lib_LTLIBRARIES = libjackserver.la
|
|
|
|
libjackserver_la_CFLAGS = $(AM_CFLAGS)
|