xbps-src: make sure to apply FFLAGS properly like CFLAGS

This commit is contained in:
q66 2021-01-03 13:59:48 +01:00
parent 3006d4c083
commit 5922df60c7
46 changed files with 53 additions and 48 deletions

View file

@ -25,11 +25,12 @@
#XBPS_INSTALL_ARGS=""
# [OPTIONAL]
# Native Compilation/Preprocessor flags for C and C++. Additional settings
# Native Compilation/Preprocessor flags for C/C++/Fortran. Additional settings
# for the target architecture are also declared in common/build-profiles/<arch>.sh.
#
XBPS_CFLAGS="-O2 -pipe"
XBPS_CXXFLAGS="${XBPS_CFLAGS}"
XBPS_FFLAGS="${XBPS_CFLAGS}"
# [OPTIONAL]
# Linker flags passed to the compiler.