[Rpm-maint] [rpm-software-management/rpm] Use $ldflags in ./configure macro in order to set LDFLAGS. (#660)
marxin
notifications at github.com
Mon Apr 15 07:19:49 UTC 2019
marxin commented on this pull request.
> @@ -1021,6 +1021,7 @@ package or when debugging this package.\
CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS ; \
CXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS ; \
FFLAGS="${FFLAGS:-%optflags}" ; export FFLAGS ; \
+ LDFLAGS="${LDFLAGS:-%?ldflags}" ; export LDFLAGS; \
Well, I would expect the `autotools` should be fine with empty `LDFLAGS`.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/660#discussion_r275231576
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20190415/8a5c3bb7/attachment.html>
More information about the Rpm-maint
mailing list