Received: from listserv.local (listserv [172.16.8.22]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTP id B2FFE780FF0; Sat, 8 Jan 2022 22:37:00 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit To: Edd Salkield From: Holger Jaekel Cc: alpine-aports@lists.alpinelinux.org In-Reply-To: <20211129183035.6468-1-edd@salkield.uk> Subject: Re: [PATCH v3] testing/hdf4: new aport Date: Sat, 08 Jan 2022 22:37:00 -0000 Message-ID: <164168142069.985.4154135359047532642.gitlab.27962.bcf460f0a9298c3a8a283f902a148192b143f384@listserv.local> On Mon, 29 Nov 2021 18:30:35 +0000, Edd Salkield wrote: > + export FFLAGS="$FFLAGS -fallow-argument-mismatch" > + export LIBS="$LIBS -lportablexdr" > + ./configure --prefix=/usr --build=$CBUILD --host=$CHOST The static library is not needed, you should use `--disable-static`. -- via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/27962#note_204888