Author: glen Date: Sat Sep 22 13:35:27 2012 GMT Module: PLDWWW URL: http://www.pld-linux.org/RPM5?action=diff&rev2=8&rev1=7 ---- Log message: code blocks
---- Page affected: RPM5 ---- Diffs: ================================================================ The comment on the change is: code blocks === Build options === - * /var/tmp is now used when TMPDIR environment variable is not set, the reason for this change is to avoid future problems if/when systemd forces it's way of /tmp as tmpfs + * `/var/tmp` is now used when TMPDIR environment variable is not set, the reason for this change is to avoid future problems if/when systemd forces it's way of `/tmp` as tmpfs * '''-Wformat -Werror=format-security''' options are added to compiler flags, more information about it can be found on [http://wiki.mandriva.com/en/Development/Packaging/Problems#format_not_a_string_literal_and_no_format_arguments Mandriva Wiki] * '''Stack Smashing Protector''' is also enabled by default, if you really MUST disable SSP then undefine '''_ssp_cflags''' macro @@ -68, +68 @@ %include /usr/lib/rpm/macros.perl }}} - In rpm 5.x those macro files have been moved to /usr/lib/rpm/macros.d/ directory, + In rpm 5.x those macro files have been moved to `/usr/lib/rpm/macros.d/` directory, - and must be loaded using %{load:} directive: + and must be loaded using %{load:} directive. However the old statement still works, as it contains the same code to load the macros. {{{ %{load:/usr/lib/rpm/macros.d/perl} _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
