Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37887084
en ru br
ALT Linux repos
S:3.0-alt9
5.0: 3.0-alt4
4.1: 3.0-alt2
4.0: 2.1-alt2
3.0: 2.0-alt1

Group :: Text tools
RPM: wordnet

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: wordnet-3.0-rh-libtool.patch
Download


--- WordNet/configure.ac
+++ WordNet/configure.ac
@@ -8,7 +8,8 @@ AC_CONFIG_HEADER([config.h])
 
 # Checks for programs.
 AC_PROG_CC
-AC_PROG_RANLIB
+AM_PROG_CC_C_O
+AC_PROG_LIBTOOL
 AC_PROG_INSTALL
 
 # Checks for header files.
--- WordNet/lib/Makefile.am
+++ WordNet/lib/Makefile.am
@@ -1,5 +1,6 @@
-lib_LIBRARIES = libWN.a
-libWN_a_SOURCES = binsrch.c morph.c search.c wnglobal.c wnhelp.c wnrtl.c wnutil.c
-libWN_a_CPPFLAGS = $(INCLUDES)
+lib_LTLIBRARIES = libWN.la
+libWN_la_SOURCES = binsrch.c morph.c search.c wnglobal.c wnhelp.c wnrtl.c wnutil.c
+libWN_la_CPPFLAGS = $(INCLUDES)
+libWN_la_LDFLAGS = -version-number 3:0:0
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/include
 SUBDIRS = wnres
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin