FreeBSD Bugzilla – Attachment 216447 Details for
Bug 243316
graphics/gdal: 2.4.3_1 fails to compile on 11.3 with undefined reference to `EVP_MD_CTX_new'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch fixing problem with /usr/lib in linker library path
gdal-patch2 (text/plain), 627 bytes, created by
Bengt Ahlgren
on 2020-07-14 20:17:57 UTC
(
hide
)
Description:
Patch fixing problem with /usr/lib in linker library path
Filename:
MIME Type:
Creator:
Bengt Ahlgren
Created:
2020-07-14 20:17:57 UTC
Size:
627 bytes
patch
obsolete
>diff --git a/Makefile b/Makefile >index fbfa41a..528fc52 100644 >--- a/Makefile >+++ b/Makefile >@@ -37,6 +37,8 @@ USES= compiler:c++11-lang gmake iconv jpeg localbase pkgconfig ssl tar:xz > CFLAGS+= -fPIC > CONFIGURE_ARGS= --datadir=${PREFIX}/share \ > --enable-static=yes \ >+ --with-crypto=yes \ >+ --without-exr \ > --with-geotiff=yes \ > --with-gif=yes \ > --with-gnm=yes \ >@@ -44,7 +46,7 @@ CONFIGURE_ARGS= --datadir=${PREFIX}/share \ > --with-libjson-c=yes \ > --with-liblzma=yes \ > --with-libtiff=yes \ >- --with-libz=/usr \ >+ --with-libz=external \ > --with-png=yes \ > --with-proj=yes \ > --with-threads=yes \
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 243316
:
210693
| 216447