]> git.ipfire.org Git - pakfire.git/commitdiff
Fix linking to libsolvext.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 30 Jun 2012 10:18:52 +0000 (12:18 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 30 Jun 2012 10:18:52 +0000 (12:18 +0200)
This is pulled in by libsolv itself. Although this is not good
style, it works more reliable without patching libsolvext which
is missing symbols from libexpat, libz and more.

python/src/Makefile

index 583cc16afc929c4e5d95e4c896a1a6abd78afe7a..2741fa270c6605e0ce86e4644c8fea988218aa7d 100644 (file)
@@ -7,7 +7,7 @@ MODULE_LZMA    = _lzma.so
 MODULES        = $(MODULE_PAKFIRE) $(MODULE_LZMA)
 
 # Libs that are to be linked into the module.
-MODULE_PAKFIRE_LIBS = -lcap -lpython$(PYTHON_VERSION) -lsolv -lsolvext
+MODULE_PAKFIRE_LIBS = -lcap -lpython$(PYTHON_VERSION) -lsolv
 MODULE_LZMA_LIBS    = -llzma
 
 SOURCES_LZMA     = _lzmamodule.c