From: Michael Tremer Date: Sat, 30 Jun 2012 10:18:52 +0000 (+0200) Subject: Fix linking to libsolvext. X-Git-Tag: 0.9.23~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bc17ee1a8d7ea87e7e3bb137c86519209eb24c00;p=pakfire.git Fix linking to libsolvext. 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. --- diff --git a/python/src/Makefile b/python/src/Makefile index 583cc16af..2741fa270 100644 --- a/python/src/Makefile +++ b/python/src/Makefile @@ -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