From 18c20367984b69eb68e991b8b5a6fd3b9dd80cdd 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 32bc9c9..6d94d0c 100644 --- a/lurch/Makefile +++ b/lurch/Makefile @@ -41,15 +41,7 @@ PKGCFG_L=$(shell $(PKG_CONFIG) --libs sqlite3 mxml) \ $(XML2_LDFLAGS) \ $(LIBGCRYPT_LDFLAGS) -ifneq ("$(wildcard /etc/redhat-release)","") - LJABBER= -lxmpp -else -ifneq ("$(wildcard /etc/SuSE-release)","") - LJABBER= -lxmpp -else - LJABBER= -ljabber -endif -endif +LJABBER= -ljabber HEADERS=-I$(HDIR)/jabber -I$(LOMEMO_SRC) -I$(AXC_SRC) -I$(AX_DIR)/src CFLAGS += -std=c11 -Wall -g -Wstrict-overflow $(PKGCFG_C) $(HEADERS) -- 2.29.2