bex reported a new issue against the project: `go-rpm-macros` that you are following: `` While working with a new package, I needed some LDFlags passed. I am using this construction in my spec:
``` %build LDFLAGS="-X foo=bar " %gobuild ... ```
I have to put the space in quotes at the end as we appear to have space expansion errors. I was talking to @ignatenkobrain and he pointed out:
* https://pagure.io/go-rpm-macros/blob/master/f/rpm/macros.d/macros.go-rpm#_35... there is a missing space
* https://pagure.io/go-rpm-macros/blob/master/f/rpm/macros.d/macros.go-compile... ${LDFLAGS:-%{?currentgoldflags}} ← should be like that
``
To reply, visit the link below or just reply to this email https://pagure.io/go-rpm-macros/issue/19
The issue: `LDFlags Macro Typos` of project: `go-rpm-macros` has been assigned to `nim` by qulogic.
qulogic added a new comment to an issue you are following: `` Please fix; this causes indecipherable errors without a space. ``
To reply, visit the link below or just reply to this email https://pagure.io/go-rpm-macros/issue/19
The status of the issue: `LDFlags Macro Typos` of project: `go-rpm-macros` has been updated to: Closed by eclipseo.
eclipseo added a new comment to an issue you are following: `` Will be in the next build. ``
To reply, visit the link below or just reply to this email https://pagure.io/go-rpm-macros/issue/19
golang@lists.fedoraproject.org