Magellan Linux

Contents of /trunk/python/patches/python-3.7.2-ftbfs.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3276 - (show annotations) (download)
Tue Feb 12 10:06:59 2019 UTC (5 years, 2 months ago) by niro
File size: 583 byte(s)
-fix a ftbfs
1 --- Makefile.pre.in.orig 2018-12-26 20:36:11.085449000 +0800
2 +++ Makefile.pre.in 2018-12-26 20:36:27.788666000 +0800
3 @@ -716,7 +716,7 @@
4 fi
5
6 Programs/_testembed: Programs/_testembed.o $(LIBRARY) $(LDLIBRARY) $(PY3LIBRARY)
7 - $(LINKCC) $(PY_CORE_LDFLAGS) $(LINKFORSHARED) -o $@ Programs/_testembed.o $(BLDLIBRARY) $(LIBS) $(MODLIBS) $(SYSLIBS) $(LDLAST)
8 + $(LINKCC) -L. $(PY_CORE_LDFLAGS) $(LINKFORSHARED) -o $@ Programs/_testembed.o $(BLDLIBRARY) $(LIBS) $(MODLIBS) $(SYSLIBS) $(LDLAST)
9
10 ############################################################################
11 # Importlib