mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
quassel-irssi: Fix compilation with GCC8
It throws new warnings which triggers -Werror. Remove it. Added support for full NLS. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
endif
|
||||
|
||||
-CFLAGS=-std=gnu11 -Wall -Wextra -Werror -g -O2 $(IRSSI_CFLAGS) $(QUASSELC_FLAGS) -Wmissing-prototypes -Wmissing-declarations
|
||||
+CFLAGS+=-std=gnu11 -Wall -Wextra -Werror -g $(IRSSI_CFLAGS) $(QUASSELC_FLAGS) -Wmissing-prototypes -Wmissing-declarations
|
||||
+CFLAGS+=-std=gnu11 -Wall -Wextra -g $(IRSSI_CFLAGS) $(QUASSELC_FLAGS) -Wmissing-prototypes -Wmissing-declarations
|
||||
|
||||
CFLAGS += $(SSL_CFLAGS)
|
||||
LDFLAGS+= $(SSL_LDLAGS)
|
||||
|
||||
Reference in New Issue
Block a user