From: Felix Fietkau Date: Wed, 27 Sep 2006 12:09:30 +0000 (+0000) Subject: disable gettext in menuconfig X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fdedeckeh.git;a=commitdiff_plain;h=ae4be012079a0794bf4eea6591b7d17762757e98;ds=sidebyside disable gettext in menuconfig SVN-Revision: 4863 --- 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