Go to file
Jan Pokorný 4904408b2f macros.python*: make LDFLAGS propagated whenever CFLAGS are
This is to ensure the right linker flags get propagated into binaries
accompanying python packages whenever distutils (or similar, env.
variables provided build flags aware) module is delegated to build them
(e.g. https://bugzilla.redhat.com/show_bug.cgi?id=1541106).  Instead of
using "%{__global_ldflags}" as the seed for the respective env. variable
one-off application, which would be a direct parallel to "%{optflags}"
seeding CFLAGS, use rather "${RPM_LD_FLAGS}" and "${RPM_OPT_FLAGS}",
as these are not directly bound to macros out of rpm proper (like
it would have been, e.g., on redhat-rpm-config package otherwise).

Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
2018-03-23 13:33:48 +01:00
.gitignore Initial setup of the repo 2016-01-12 23:33:17 +00:00
macros.python macros.python*: make LDFLAGS propagated whenever CFLAGS are 2018-03-23 13:33:48 +01:00
macros.python-srpm Added macros for Build/Requires tags using Python dist tags 2017-01-17 10:28:13 +01:00
macros.python2 macros.python*: make LDFLAGS propagated whenever CFLAGS are 2018-03-23 13:33:48 +01:00
macros.python3 macros.python*: make LDFLAGS propagated whenever CFLAGS are 2018-03-23 13:33:48 +01:00
python-rpm-macros.spec macros.python*: make LDFLAGS propagated whenever CFLAGS are 2018-03-23 13:33:48 +01:00
sources Initial setup of the repo 2016-01-12 23:33:17 +00:00