From 50a484a47b8d8ea4170acb1049b35d1fe3f499ce Mon Sep 17 00:00:00 2001 From: juhosg Date: Thu, 27 Mar 2014 07:02:32 +0000 Subject: [PATCH] packages/irssi: fix whitespaces Signed-off-by: Dirk Neukirchen Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/packages@40052 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/irssi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/irssi/Makefile b/net/irssi/Makefile index fee6d6f33..1cf4ee27c 100644 --- a/net/irssi/Makefile +++ b/net/irssi/Makefile @@ -68,7 +68,7 @@ CONFIGURE_ARGS += \ --without-bot \ --disable-proxy -EXTRA_CFLAGS+=$(TARGET_CPPFLAGS) +EXTRA_CFLAGS+=$(TARGET_CPPFLAGS) EXTRA_LDFLAGS+=-lncurses ifeq ($(BUILD_VARIANT),ssl)