mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
9ed187693f
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
12 lines
302 B
Diff
12 lines
302 B
Diff
--- a/core/Makefile
|
|
+++ b/core/Makefile
|
|
@@ -49,7 +49,7 @@ irssi/network-openssl.o: CFLAGS:=$(IRSSI
|
|
quasselc-connector.o: CFLAGS:=$(CFLAGS)
|
|
|
|
$(TARGET): $(OBJECTS)
|
|
- gcc -shared $^ -o $@ -lz $(LDFLAGS)
|
|
+ $(CC) -shared $^ -o $@ -lz $(LDFLAGS)
|
|
|
|
install: $(TARGET)
|
|
$(INSTALL) -d $(IRSSI_LIB)/modules
|