Build system: added missing PIC flag for Fortran code in Octave DLLs

time-shift
Sébastien Villemot 2010-11-18 11:10:49 +01:00
parent 4e45c5ce23
commit 479b2be602
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ CPPFLAGS += -I$(top_srcdir)/../../sources
DEFS += -DOCTAVE_MEX_FILE
CFLAGS += $(shell $(MKOCTFILE) -p CPICFLAG)
FFLAGS += $(shell $(MKOCTFILE) -p FPICFLAG)
CXXFLAGS += $(shell $(MKOCTFILE) -p CXXPICFLAG)
LDFLAGS += $(shell $(MKOCTFILE) -p DL_LDFLAGS)