gmime3: fixed build issues

This commit is contained in:
Tim Biermann 2024-03-11 00:31:25 +01:00
parent 7ba7cf720a
commit ea702e6c80
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -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