Changes between Version 39 and Version 40 of RpmHowToPackagers


Ignore:
Timestamp:
Mar 3, 2016, 10:22:17 AM (8 years ago)
Author:
Silvan Scherrer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RpmHowToPackagers

    v39 v40  
    125125Most of the times, the CONFIG_SHELL variable is required, otherwise bash shell will be selected if available: bash does not work very well, ash is more compatible.
    126126CFLAGS will be added by rpm.
     127If you need some special CFLAGS please set them as follows:
     128{{{
     129CFLAGS = "your_flags %{optflags}"
     130}}}
     131So the special optimizer flags for the build arch get also added.
    127132
    128133== Install binaries ==