Compare commits
No commits in common. 'c9' and 'c9-beta' have entirely different histories.
@ -1,5 +1,5 @@
|
|||||||
# Make libfoo.so symlinks require the soname-provide of the target library
|
# Make libfoo.so symlinks require the soname-provide of the target library
|
||||||
%__libsymlink_requires %{_rpmconfigdir}/elfdeps --provides --soname-only
|
%__libsymlink_requires %{_rpmconfigdir}/elfdeps --provides --soname-only
|
||||||
%__libsymlink_magic ^symbolic link to .*lib.*\.so\..*$
|
%__libsymlink_magic ^symbolic link to .*lib.*\\.so\\..*$
|
||||||
%__libsymlink_path ^.*\.so$
|
%__libsymlink_path ^.*\\.so$
|
||||||
%__libsymlink_flags magic_and_path
|
%__libsymlink_flags magic_and_path
|
||||||
|
@ -1,2 +1,5 @@
|
|||||||
*cc1_options:
|
*cc1_options:
|
||||||
+ %{!r:%{!fpie:%{!fPIE:%{!fpic:%{!fPIC:%{!fno-pic:-fPIE}}}}}}
|
+ %{!r:%{!fpie:%{!fPIE:%{!fpic:%{!fPIC:%{!fno-pic:-fPIE}}}}}}
|
||||||
|
|
||||||
|
*cpp_options:
|
||||||
|
+ %{!r:%{!fpie:%{!fPIE:%{!fpic:%{!fPIC:%{!fno-pic:-fPIE}}}}}}
|
||||||
|
Loading…
Reference in new issue