Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37912244
en ru br
ALT Linux repositórios
S:0.10.18-alt1_10

Group :: Sistema/Bibliotecas
RPM: libhocr

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: libhocr-0.10.18-linking.patch
Download


diff -up ./src/Makefile.am.orig ./src/Makefile.am
--- ./src/Makefile.am.orig	2014-07-06 12:22:10.589534303 +0300
+++ ./src/Makefile.am	2014-07-06 12:22:19.319183252 +0300
@@ -39,7 +39,8 @@ libhocr_la_LDFLAGS = -version-info 0:0:0
 libhocr_la_LIBADD = \
         $(hspell_LIBS) \
         $(tiff_LIBS) \
-        $(fftw_LIBS)
+        $(fftw_LIBS) \
+        -lm
         
 library_includedir = $(includedir)/libhocr
 library_include_HEADERS = \
diff -up ./examples/hocr/Makefile.am.orig ./examples/hocr/Makefile.am
--- ./examples/hocr/Makefile.am.orig	2014-07-06 11:55:43.880450453 +0300
+++ ./examples/hocr/Makefile.am	2014-07-06 11:57:14.060879862 +0300
@@ -24,6 +24,7 @@ hocr_LDADD= \
         $(tiff_LIBS) \
         $(fftw_LIBS) \
         $(libhocr_la_LIBADD) \
-        $(top_builddir)/src/*.o -lm
+        $(top_builddir)/src/libhocr.la \
+        $(top_builddir)/src/libhocrgtk.la
 
 endif
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009