]> git.pld-linux.org Git - packages/openfst.git/blobdiff - openfst-python.patch
- updated to 1.5.3
[packages/openfst.git] / openfst-python.patch
index f16f4f94ceb25a6d099e9c1123d87963d95d30b8..c45381df326fe4c0a88b706a3eac7fcb1dc89d39 100644 (file)
@@ -1,16 +1,13 @@
---- openfst-1.5.0/src/extensions/python/Makefile.am.orig       2015-07-01 02:58:24.000000000 +0200
-+++ openfst-1.5.0/src/extensions/python/Makefile.am    2015-12-27 10:40:49.034189720 +0100
-@@ -1,11 +1,10 @@
--python_LTLIBRARIES = fst.la
-+pyexec_LTLIBRARIES = fst.la
+--- openfst-1.5.3/src/extensions/python/Makefile.am.orig       2016-09-02 21:47:46.995731836 +0200
++++ openfst-1.5.3/src/extensions/python/Makefile.am    2016-09-02 21:49:39.489063884 +0200
+@@ -2,9 +2,7 @@
+ # used to generate them. Consequently, modifications to the .pyx files will not
+ # influence the build unless the .cc files are regenerated using Cython.
  
--pyexec_LTILIBRARIES = fst.la
- fst_la_SOURCES = fst.cc
- fst_la_CPPFLAGS = -I$(srcdir)/../../include $(PYTHON_CPPFLAGS)
- fst_la_LDFLAGS = $(PYTHON_LDFLAGS) -avoid-version -module
- fst_la_LIBADD = ../../script/libfstscript.la ../../lib/libfst.la \
--                                                              -lfstscript -lfst -lm -ldl
-+                                                              -lm -ldl
+-python_LTLIBRARIES = pywrapfst.la
+-
+-pyexec_LTILIBRARIES = pywrapfst.la
++pyexec_LTLIBRARIES = pywrapfst.la
  
- # NB: we use the Cython-generated .cc, rather than the .pyx source file, so 
- # modifications to the .pyx will not influence the build.
+ pywrapfst_la_SOURCES = pywrapfst.cc
+ pywrapfst_la_CPPFLAGS = -I$(srcdir)/../../include $(PYTHON_CPPFLAGS)
This page took 0.119408 seconds and 4 git commands to generate.