View | Details | Raw Unified | Return to bug 194879
Collapse All | Expand All

(-)cbsd/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	cbsd
3
PORTNAME=	cbsd
4
PORTVERSION=	10.1.1
4
PORTVERSION=	10.1.1
5
PORTREVISION=	1
5
PORTREVISION=	2
6
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
7
7
8
MAINTAINER=	olevole@olevole.ru
8
MAINTAINER=	olevole@olevole.ru
(-)cbsd/files/patch-Makefile (+11 lines)
Line 0 Link Here
1
--- Makefile.orig	2014-11-07 13:00:51.000000000 +0300
2
+++ Makefile	2014-11-07 13:01:02.000000000 +0300
3
@@ -24,7 +24,7 @@
4
 	${CC} bin/cbsdssh.c -o bin/cbsdssh -lssh2 -L/usr/local/lib -I/usr/local/include
5
 	${CC} bin/cfetch.c -o bin/cfetch -lfetch
6
 	${CC} sbin/netmask.c -o sbin/netmask
7
-	${CC} misc/src/sqlcli.c -static -lsqlite3 -L/usr/local/lib -I/usr/local/include -o misc/sqlcli
8
+	${CC} misc/src/sqlcli.c -static -pthread -lsqlite3 -L/usr/local/lib -I/usr/local/include -o misc/sqlcli
9
 	${CC} misc/src/cbsdlogtail.c -o misc/cbsdlogtail
10
 	${CC} misc/src/chk_arp_byip.c -o misc/chk_arp_byip
11
 	${CC} misc/src/elf_tables.c -lelf -o misc/elf_tables

Return to bug 194879