mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 23:48:39 +01:00
quassel-irssi: add new package
quassel-irssi is an irssi plugin that allows irssi to connect to Quassel cores. Quassel is a distributed IRC client in which the core can run independently and be connected to by quassel clients over the network. Signed-off-by: Ben Rosser <rosser.bjr@gmail.com>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
diff --git a/core/Makefile b/core/Makefile
|
||||
index 2f81417..aa62201 100644
|
||||
--- a/core/Makefile
|
||||
+++ b/core/Makefile
|
||||
@@ -23,7 +23,7 @@ ifndef SYSTEM_QUASSELC
|
||||
QUASSELC_FLAGS:=-Ilib
|
||||
else
|
||||
QUASSELC_FLAGS:=$(shell pkg-config --cflags quasselc)
|
||||
- LDFLAGS += -lquasselc
|
||||
+ LDFLAGS += $(shell pkg-config --libs quasselc)
|
||||
endif
|
||||
|
||||
CFLAGS+=-std=gnu11 -Wall -Wextra -Werror -g -O2 $(IRSSI_CFLAGS) $(QUASSELC_FLAGS) -Wmissing-prototypes -Wmissing-declarations
|
||||
Reference in New Issue
Block a user