From ea702e6c806b7418a2b3bf001bb730412763cc41 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Mon, 11 Mar 2024 00:31:25 +0100 Subject: [PATCH] gmime3: fixed build issues --- gmime3/.signature | 4 ++-- gmime3/Pkgfile | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/gmime3/.signature b/gmime3/.signature index d2451b359..09b3f368a 100644 --- a/gmime3/.signature +++ b/gmime3/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF30FjcBkUnR5VW9f4wvJFV+xb+2HzTEAvZcliUUNEfb7eoWO92HKyWedv/NZ2666EEaS2LzZ7IX740asnl8hS0wQ= -SHA256 (Pkgfile) = ec7bb4f13c3f44e951de37f02100744030196ef0f20f4d12a6cf740a039f27b2 +RWSagIOpLGJF38cWRdoW6PMgpOQfjRcWbJt1Yvd0Fb3PEzkxhbgen0doOB7aJxnR9yVgTKWFqdiprVTNWRyehcJaPpNY2eroBQ8= +SHA256 (Pkgfile) = d8a1a85368cf80e9f9c82a1fc7dd9dc3e384d0b0c4ef86a3dd2ad46d108f5823 SHA256 (.footprint) = 5c28db5f6d37872f436fdcdd19edf645c42e85dce7c8678bb78b4ad3fd791a60 SHA256 (gmime3-3.2.14.tar.gz) = c834081b3a308e4bad809c381cb78f19dabaeee758e86d0a30a35490b5523a9e diff --git a/gmime3/Pkgfile b/gmime3/Pkgfile index 9ad3ce976..6de7a7561 100644 --- a/gmime3/Pkgfile +++ b/gmime3/Pkgfile @@ -13,9 +13,11 @@ build() { NOCONFIGURE=1 ./autogen.sh ./configure --prefix=/usr \ --program-prefix=gmime3 \ + --enable-crypto \ --enable-smime \ --disable-gtk-doc \ - --disable-static + --disable-static \ + --disable-largefile sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool make make DESTDIR=$PKG install