Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37852579
en ru br
ALT Linux repos
5.0: 1.9.103-alt2
4.1: 1.9.103-alt1.1
4.0: 1.9.103-alt1.1
3.0: 1.1.4-alt1

Group :: System/Libraries
RPM: libgnomedb

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: libgnomedb-1.9.103-alt-Makefiles.patch
Download


--- libgnomedb-1.9.103/libgnomedb/Makefile.am.ORIG	2006-09-02 02:37:35 +0600
+++ libgnomedb-1.9.103/libgnomedb/Makefile.am	2006-09-21 17:43:54 +0600
@@ -1,6 +1,6 @@
 lib_LTLIBRARIES = libgnomedb-3.la
 
-SUBDIRS = . data-entries graph 
+SUBDIRS = data-entries graph 
 
 INCLUDES = \
 	-I$(top_srcdir) \
@@ -153,7 +153,7 @@
 
 $(libgnomedb_3_la_OBJECTS): $(libgnomedb_marshal_built_files)
 libgnomedb_3_la_LDFLAGS = -version-info $(GNOMEDB_CURRENT):$(GNOMEDB_REVISION):$(GNOMEDB_AGE) -no-undefined
-libgnomedb_3_la_LIBADD = $(LIBGNOMEDB_LIBS) $(GTKSOURCEVIEW_LIBS) $(LIBGLADE_LIBS) $(WITHGNOME_LIBS) 
+libgnomedb_3_la_LIBADD = $(LIBGNOMEDB_LIBS) $(GTKSOURCEVIEW_LIBS) $(LIBGLADE_LIBS) $(WITHGNOME_LIBS) data-entries/libgnomedb_handlers-3.la  graph/libgnomedb_graph-3.la
 
 libgnomedb_marshal_built_files = marshal.h marshal.c
 
--- libgnomedb-1.9.103/libgnomedb/data-entries/plugins/Makefile.am.ORIG	2006-09-01 00:43:25 +0600
+++ libgnomedb-1.9.103/libgnomedb/data-entries/plugins/Makefile.am	2006-09-21 18:26:06 +0600
@@ -37,4 +37,5 @@
 	gnome-db-entry-cidr.c \
 	gnome-db-entry-text.c
 
-libgnomedb_entry_builtin_plugins_la_LDFLAGS = -module -export-dynamic -version-info $(GNOMEDB_CURRENT):$(GNOMEDB_REVISION):$(GNOMEDB_AGE) -lssl
+libgnomedb_entry_builtin_plugins_la_LDFLAGS = -module -export-dynamic -version-info $(GNOMEDB_CURRENT):$(GNOMEDB_REVISION):$(GNOMEDB_AGE)
+libgnomedb_entry_builtin_plugins_la_LIBADD =  -lcrypto $(LIBGNOMEDB_LIBS)
--- libgnomedb-1.9.103/libgnomedb/graph/Makefile.am.ORIG	2006-09-21 19:01:20 +0600
+++ libgnomedb-1.9.103/libgnomedb/graph/Makefile.am	2006-09-21 19:01:10 +0600
@@ -54,3 +54,4 @@
 
 
 libgnomedb_graph_3_la_LDFLAGS = -version-info $(GNOMEDB_CURRENT):$(GNOMEDB_REVISION):$(GNOMEDB_AGE)
+libgnomedb_graph_3_la_LIBADD = $(LIBGNOMEDB_LIBS) $(WITHGNOME_LIBS)
--- libgnomedb-1.9.103/libgnomedb/data-entries/Makefile.am.ORIG	2006-08-29 22:18:19 +0600
+++ libgnomedb-1.9.103/libgnomedb/data-entries/Makefile.am	2006-09-21 19:04:15 +0600
@@ -58,3 +58,4 @@
 
 
 libgnomedb_handlers_3_la_LDFLAGS = -version-info $(GNOMEDB_CURRENT):$(GNOMEDB_REVISION):$(GNOMEDB_AGE)
+libgnomedb_handlers_3_la_LIBADD = $(LIBGNOMEDB_LIBS)
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin