FreeBSD Bugzilla – Attachment 245059 Details for
Bug 273969
net/xmlrpc-c: fix linking from OpenSSL from ports
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
77c54e6d32.patch (text/plain), 1.15 KB, created by
Ivan Rozhuk
on 2023-09-20 14:05:16 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Ivan Rozhuk
Created:
2023-09-20 14:05:16 UTC
Size:
1.15 KB
patch
obsolete
>From 77c54e6d32d95db5c6fd297c5c75e782e468a7b2 Mon Sep 17 00:00:00 2001 >From: Rozhuk Ivan <rozhuk.im@gmail.com> >Date: Wed, 20 Sep 2023 16:48:09 +0300 >Subject: [PATCH] net/xmlrpc-c: fix linking from OpenSSL from ports > >--- > net/xmlrpc-c/Makefile | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/net/xmlrpc-c/Makefile b/net/xmlrpc-c/Makefile >index b39ccb0ac3cb..3e6c75ae34e5 100644 >--- a/net/xmlrpc-c/Makefile >+++ b/net/xmlrpc-c/Makefile >@@ -9,7 +9,7 @@ WWW= http://xmlrpc-c.sourceforge.net/ > > LICENSE= BSD3CLAUSE > >-USES= gmake pkgconfig tar:tgz >+USES= gmake pkgconfig ssl tar:tgz > USE_CXXSTD= c++11 > USE_LDCONFIG= yes > GNU_CONFIGURE= yes >@@ -18,7 +18,8 @@ MAKEFILE= GNUmakefile > MAKE_ENV+= INSTALL_SHLIB="${INSTALL_LIB}" \ > INSTALL_SCRIPT="${INSTALL_SCRIPT}" > MAKE_JOBS_UNSAFE= yes >-LDFLAGS+= -lm >+CFLAGS+= -I${OPENSSLINC} >+LDFLAGS+= -L${OPENSSLLIB} -lm > > CONFLICTS= xmlrpc-epi-0.* > >@@ -34,7 +35,6 @@ CURL_LIB_DEPENDS= libcurl.so:ftp/curl > CURL_CONFIGURE_ENABLE= curl-client > LIBWWW_LIB_DEPENDS= libwwwcore.so:www/libwww \ > libexpat.so:textproc/expat2 >-LIBWWW_USES= ssl > LIBWWW_CONFIGURE_ENABLE=libwww-client > LIBWWW_CONFIGURE_WITH= libwww-ssl >
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
Flags:
rozhuk.im
:
maintainer-approval?
Actions:
View
|
Diff
Attachments on
bug 273969
: 245059