From cc683fef2cbf7af0ea8a6fddefffea0818869b87 Mon Sep 17 00:00:00 2001 From: "Vladimir D. Seleznev" Date: Sat, 5 Oct 2019 19:30:12 +0300 Subject: [PATCH] ALT: fix linking with libjabber.so --- lurch/Makefile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/lurch/Makefile b/lurch/Makefile index b9479e2..77208c0 100644 --- a/lurch/Makefile +++ b/lurch/Makefile @@ -68,15 +68,7 @@ ifneq ($(USE_DYNAMIC_LIBS),) endif -ifneq ("$(wildcard /etc/redhat-release)","") - LJABBER= -lxmpp -else -ifneq ("$(wildcard /etc/SuSE-release)","") - LJABBER= -lxmpp -else - LJABBER= -ljabber -endif -endif +LJABBER= -ljabber ifeq ($(USE_DYNAMIC_LIBS),) HEADERS=-I$(HDIR)/jabber -I$(LOMEMO_SRC) -I$(AXC_SRC) -I$(AX_DIR)/src -- 2.33.0