mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-19 10:32:02 -05:00
Prevent warning:
warning: creating a DT_TEXTREL in object. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@294 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
385494a48d
commit
55e50a3fa4
@ -108,7 +108,7 @@ wsjt6: @NEEDPORTAUDIO@ Audio.so #wsjt.spec
|
|||||||
# ${RM} wsjt6
|
# ${RM} wsjt6
|
||||||
|
|
||||||
deep65.o: deep65.F
|
deep65.o: deep65.F
|
||||||
$(FC) -c -O0 -Wall deep65.F
|
$(FC) -c -O0 -Wall -fPIC deep65.F
|
||||||
|
|
||||||
Audio.so: $(OBJS2C) $(OBJS3C) $(OBJS2F77) $(SRCS2F90) $(AUDIOSRCS)
|
Audio.so: $(OBJS2C) $(OBJS3C) $(OBJS2F77) $(SRCS2F90) $(AUDIOSRCS)
|
||||||
${F2PY} -c --quiet --opt="-O ${CFLAGS} \
|
${F2PY} -c --quiet --opt="-O ${CFLAGS} \
|
||||||
|
Loading…
Reference in New Issue
Block a user