Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=multilib.git;a=commitdiff;h=6632753f85687aee6a2ffafd11de78af74b7fd8b

commit 6632753f85687aee6a2ffafd11de78af74b7fd8b
Author: crazy <cr...@frugalware.org>
Date:   Wed Feb 7 16:18:10 2018 +0100

gengetopt-2.22.6-3-x86_64

* un-setting all LDFLAGS only works from  build()
@Dex but why ?

diff --git a/source/devel-extra/gengetopt/FrugalBuild 
b/source/devel-extra/gengetopt/FrugalBuild
index f0468b3..8069afd 100644
--- a/source/devel-extra/gengetopt/FrugalBuild
+++ b/source/devel-extra/gengetopt/FrugalBuild
@@ -3,9 +3,9 @@

pkgname=gengetopt
pkgver=2.22.6
-pkgrel=2
+pkgrel=3
pkgdesc="A tool to write command line option parsing code for C programs."
-archs=('i686' 'x86_64' 'arm')
+archs=('x86_64')
depends=('glibc')
url="http://www.gnu.org/software/gengetopt/gengetopt.html";
groups=('devel-extra')
@@ -13,10 +13,10 @@ up2date="Flasttar http://ftp.gnu.org/gnu/gengetopt/";
source=("ftp://ftp.gnu.org/gnu/gengetopt/${pkgname}-${pkgver}.tar.gz";)
sha1sums=('c93bdec17f247aa32b3cd6530a6f68aa430d67f5')

-unset MAKEFLAGS
-unset LDFLAGS
-
-
+build() {

+       unset LDFLAGS MAKEFLAGS
+       Fbuild
+}

# optimization OK
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to