- s/lpthread/pthread

ok sthen@
This commit is contained in:
ajacoutot 2009-05-25 08:49:31 +00:00
parent 43798b0379
commit 4c05e3e645
2 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.2 2009/05/25 00:21:08 sthen Exp $
# $OpenBSD: Makefile,v 1.3 2009/05/25 08:49:31 ajacoutot Exp $
COMMENT = dump RTMP media streams
DISTNAME = flvstreamer-1.7
PKGNAME = ${DISTNAME}p0
PKGNAME = ${DISTNAME}p1
CATEGORIES = net

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-Makefile,v 1.1.1.1 2009/05/24 23:57:01 sthen Exp $
$OpenBSD: patch-Makefile,v 1.2 2009/05/25 08:49:31 ajacoutot Exp $
--- Makefile.orig Mon May 25 00:41:57 2009
+++ Makefile Mon May 25 00:42:03 2009
@@ -12,10 +12,10 @@ clean:
@ -6,7 +6,7 @@ $OpenBSD: patch-Makefile,v 1.1.1.1 2009/05/24 23:57:01 sthen Exp $
streams: bytes.o log.o rtmp.o AMFObject.o rtmppacket.o streams.o parseurl.o handshake.o
- $(CXX) $(LDFLAGS) $^ -o $@_x86 -lpthread
+ $(CXX) $(LDFLAGS) $^ -o $@ -lpthread
+ $(CXX) $(LDFLAGS) $^ -o $@ -pthread
flvstreamer: bytes.o log.o rtmp.o AMFObject.o rtmppacket.o flvstreamer.o parseurl.o handshake.o
- $(CXX) $(LDFLAGS) $^ -o $@_x86