From ae4be012079a0794bf4eea6591b7d17762757e98 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 27 Sep 2006 12:09:30 +0000 Subject: [PATCH] disable gettext in menuconfig SVN-Revision: 4863 --- openwrt/scripts/config/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/openwrt/scripts/config/Makefile b/openwrt/scripts/config/Makefile index 6cdab2e0e6..5ef8b5488b 100644 --- a/openwrt/scripts/config/Makefile +++ b/openwrt/scripts/config/Makefile @@ -13,10 +13,7 @@ # Platform specific fixes # # FreeBSD -ifeq ($(shell uname -s),FreeBSD) -export CFLAGS+=-I/usr/local/include -export LDFLAGS+=-L/usr/local/lib -lintl -endif +export CFLAGS+=-DKBUILD_NO_NLS conf-objs := conf.o zconf.tab.o mconf-objs := mconf.o zconf.tab.o -- 2.25.1