FreeBSD Bugzilla – Attachment 149156 Details for
Bug 194879
sysutils/cbsd: add -pthread flag due to failing to build
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
sysutils/cbsd: remove -static flag due to failing to build
cbsd.txt (text/plain), 1.14 KB, created by
Oleg Ginzburg
on 2014-11-07 10:10:37 UTC
(
hide
)
Description:
sysutils/cbsd: remove -static flag due to failing to build
Filename:
MIME Type:
Creator:
Oleg Ginzburg
Created:
2014-11-07 10:10:37 UTC
Size:
1.14 KB
patch
obsolete
>diff -ruN cbsd.orig/Makefile cbsd/Makefile >--- cbsd.orig/Makefile 2014-11-07 13:02:26.000000000 +0300 >+++ cbsd/Makefile 2014-11-07 13:03:02.000000000 +0300 >@@ -2,7 +2,7 @@ > > PORTNAME= cbsd > PORTVERSION= 10.1.1 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= sysutils > > MAINTAINER= olevole@olevole.ru >diff -ruN cbsd.orig/files/patch-Makefile cbsd/files/patch-Makefile >--- cbsd.orig/files/patch-Makefile 1970-01-01 03:00:00.000000000 +0300 >+++ cbsd/files/patch-Makefile 2014-11-07 13:01:24.000000000 +0300 >@@ -0,0 +1,11 @@ >+--- Makefile.orig 2014-11-07 13:00:51.000000000 +0300 >++++ Makefile 2014-11-07 13:01:02.000000000 +0300 >+@@ -24,7 +24,7 @@ >+ ${CC} bin/cbsdssh.c -o bin/cbsdssh -lssh2 -L/usr/local/lib -I/usr/local/include >+ ${CC} bin/cfetch.c -o bin/cfetch -lfetch >+ ${CC} sbin/netmask.c -o sbin/netmask >+- ${CC} misc/src/sqlcli.c -static -lsqlite3 -L/usr/local/lib -I/usr/local/include -o misc/sqlcli >++ ${CC} misc/src/sqlcli.c -lsqlite3 -L/usr/local/lib -I/usr/local/include -o misc/sqlcli >+ ${CC} misc/src/cbsdlogtail.c -o misc/cbsdlogtail >+ ${CC} misc/src/chk_arp_byip.c -o misc/chk_arp_byip >+ ${CC} misc/src/elf_tables.c -lelf -o misc/elf_tables
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 194879
:
149156
|
149157