Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 724580 - net-libs/axtls: typo LDLAGS instead of LDFLAGS
Summary: net-libs/axtls: typo LDLAGS instead of LDFLAGS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Anthony Basile
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-22 18:11 UTC by Sergei Trofimovich (RETIRED)
Modified: 2020-06-17 15:35 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergei Trofimovich (RETIRED) gentoo-dev 2020-05-22 18:11:05 UTC
Noticed by accident:

"""
axtls-2.1.5.ebuild:     sed -i -e "s:^CONFIG_EXTRA_LDFLAGS_OPTIONS.*$:CONFIG_EXTRA_LDFLAGS_OPTIONS=\"${LDLAGS}\":" \
"""

The intent is probably =\"${LDFLAGS}\"
Comment 1 Larry the Git Cow gentoo-dev 2020-06-14 11:21:38 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad96274e09f86500db4a53bab26f846b4940f0f8

commit ad96274e09f86500db4a53bab26f846b4940f0f8
Author:     Sergei Trofimovich <slyfox@gentoo.org>
AuthorDate: 2020-06-14 11:21:17 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2020-06-14 11:21:17 +0000

    net-libs/axtls: fix s/LDLAGS/LDFLAGS typo
    
    Closes: https://bugs.gentoo.org/724580
    Package-Manager: Portage-2.3.100, Repoman-2.3.22
    Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

 net-libs/axtls/axtls-2.1.5-r1.ebuild | 178 +++++++++++++++++++++++++++++++++++
 1 file changed, 178 insertions(+)
Comment 2 Anthony Basile gentoo-dev 2020-06-17 15:35:03 UTC
(In reply to Sergei Trofimovich from comment #0)

> The intent is probably =\"${LDFLAGS}\"

obviously.  thanks.