xbps-src: make sure to apply FFLAGS properly like CFLAGS
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user