Michael Schröder
a6846b83ca
* updated python bindings * new transaction ordering code OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=40
20 lines
583 B
Diff
20 lines
583 B
Diff
--- lib/Makefile.am.orig 2010-03-26 09:34:16.000000000 +0000
|
|
+++ lib/Makefile.am 2010-03-26 09:34:39.000000000 +0000
|
|
@@ -148,16 +148,6 @@ rpmdb_stat_LDADD = \
|
|
$(top_builddir)/db3/util_sig.o \
|
|
librpm.la
|
|
|
|
-rpmlibexec_PROGRAMS += rpmdb_svc
|
|
-rpmdb_svc_SOURCES =
|
|
-rpmdb_svc_LDADD = \
|
|
- $(top_builddir)/db3/db_server_proc.o \
|
|
- $(top_builddir)/db3/db_server_svc.o \
|
|
- $(top_builddir)/db3/db_server_util.o \
|
|
- $(top_builddir)/db3/gen_db_server.o \
|
|
- $(top_builddir)/db3/util_log.o \
|
|
- librpm.la
|
|
-
|
|
rpmlibexec_PROGRAMS += rpmdb_upgrade
|
|
rpmdb_upgrade_SOURCES =
|
|
rpmdb_upgrade_LDADD = \
|