mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
package/Makefile.in: set variables for legacy f77 checks
For fortran detection, some projects check for fortran availability using the FC/FCFLAGS variables, and others for the legacy F77/FFLAGS ones. So, make sure the legacy fortran F77 and FFLAGS variables are set in TARGET_CONFIGURE_OPTS. Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
43e257d86d
commit
35e980f324
@ -250,6 +250,7 @@ TARGET_CONFIGURE_OPTS = \
|
|||||||
CPP="$(TARGET_CPP)" \
|
CPP="$(TARGET_CPP)" \
|
||||||
CXX="$(TARGET_CXX)" \
|
CXX="$(TARGET_CXX)" \
|
||||||
FC="$(TARGET_FC)" \
|
FC="$(TARGET_FC)" \
|
||||||
|
F77="$(TARGET_FC)" \
|
||||||
RANLIB="$(TARGET_RANLIB)" \
|
RANLIB="$(TARGET_RANLIB)" \
|
||||||
READELF="$(TARGET_READELF)" \
|
READELF="$(TARGET_READELF)" \
|
||||||
STRIP="$(TARGET_STRIP)" \
|
STRIP="$(TARGET_STRIP)" \
|
||||||
@ -273,6 +274,7 @@ TARGET_CONFIGURE_OPTS = \
|
|||||||
CXXFLAGS="$(TARGET_CXXFLAGS)" \
|
CXXFLAGS="$(TARGET_CXXFLAGS)" \
|
||||||
LDFLAGS="$(TARGET_LDFLAGS)" \
|
LDFLAGS="$(TARGET_LDFLAGS)" \
|
||||||
FCFLAGS="$(TARGET_FCFLAGS)" \
|
FCFLAGS="$(TARGET_FCFLAGS)" \
|
||||||
|
FFLAGS="$(TARGET_FCFLAGS)" \
|
||||||
PKG_CONFIG="$(PKG_CONFIG_HOST_BINARY)" \
|
PKG_CONFIG="$(PKG_CONFIG_HOST_BINARY)" \
|
||||||
STAGING_DIR="$(STAGING_DIR)" \
|
STAGING_DIR="$(STAGING_DIR)" \
|
||||||
INTLTOOL_PERL=$(PERL)
|
INTLTOOL_PERL=$(PERL)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user