mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 23:48:39 +01:00
b9e5831e0f
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>
14 lines
383 B
Diff
14 lines
383 B
Diff
diff --git a/core/Makefile b/core/Makefile
|
|
index 389855c..2f81417 100644
|
|
--- a/core/Makefile
|
|
+++ b/core/Makefile
|
|
@@ -44,7 +44,7 @@ irssi/network-openssl.o: CFLAGS:=$(IRSSI_CFLAGS)
|
|
quasselc-connector.o: CFLAGS:=$(CFLAGS)
|
|
|
|
$(TARGET): $(OBJECTS)
|
|
- gcc -shared $^ -o $@ -lz $(LDFLAGS)
|
|
+ $(CC) -shared $^ -o $@ -lz $(LDFLAGS)
|
|
|
|
install: $(TARGET)
|
|
$(INSTALL) -d $(IRSSI_LIB)/modules
|