Changes between Version 39 and Version 40 of RpmHowToPackagers
- Timestamp:
- Mar 3, 2016, 11:22:17 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RpmHowToPackagers
v39 v40 125 125 Most 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. 126 126 CFLAGS will be added by rpm. 127 If you need some special CFLAGS please set them as follows: 128 {{{ 129 CFLAGS = "your_flags %{optflags}" 130 }}} 131 So the special optimizer flags for the build arch get also added. 127 132 128 133 == Install binaries ==