[Rpm-maint] [rpm-software-management/rpm] Use $ldflags in ./configure macro in order to set LDFLAGS. (#660)

Neal Gompa (ニール・ゴンパ) notifications at github.com
Fri Apr 12 18:38:29 UTC 2019


Conan-Kudo requested changes 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; \

But... we don't have `%ldflags`? I know this should initialize to an empty variable, but I don't know how that gets interpreted by autotools (or things pretending to offer autotools-like interfaces).

-- 
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#pullrequestreview-226231384
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20190412/f1f648d6/attachment.html>


More information about the Rpm-maint mailing list