FreeBSD Bugzilla – Attachment 215390 Details for
Bug 247107
irc/srain: Fails to build with base OpenSSL due to base not providing pkg-config
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to build against base openssl
srain-1.1.0.diff (text/plain), 935 bytes, created by
Thibault Payet
on 2020-06-09 11:57:05 UTC
(
hide
)
Description:
patch to build against base openssl
Filename:
MIME Type:
Creator:
Thibault Payet
Created:
2020-06-09 11:57:05 UTC
Size:
935 bytes
patch
obsolete
>Index: files/patch-src_Makefile >=================================================================== >--- files/patch-src_Makefile (révision 538297) >+++ files/patch-src_Makefile (copie de travail) >@@ -1,6 +1,13 @@ >---- src/Makefile.orig 2020-06-03 20:39:44 UTC >+--- src/Makefile.orig 2020-05-24 04:53:14 UTC > +++ src/Makefile >-@@ -29,7 +29,7 @@ LIBSSLLIBS = $(shell pkg-config --libs openssl) >+@@ -24,12 +24,12 @@ LIBCONFIGFLAGS = $(shell pkg-config --cflags libconfig >+ LIBCONFIGLIBS = $(shell pkg-config --libs libconfig) >+ LIBSOUPFLAGS = $(shell pkg-config --cflags libsoup-2.4) >+ LIBSOUPLIBS = $(shell pkg-config --libs libsoup-2.4) >+-LIBSSLFLAGS = $(shell pkg-config --cflags openssl) >+-LIBSSLLIBS = $(shell pkg-config --libs openssl) >++LIBSSLFLAGS = -I$(OPENSSLINC) >++LIBSSLLIBS = -L$(OPENSSLLIB) -lssl -lcrypto > LIBSECRETFLAGS =$(shell pkg-config --cflags libsecret-1) > LIBSECRETLIBS =$(shell pkg-config --libs libsecret-1) >
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 247107
: 215390