diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-09-27 12:09:30 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-09-27 12:09:30 +0000 |
commit | 4eaa7ce446ce373d58588e7f6c6489201b16d571 (patch) | |
tree | e0e5d665afc4673fd10cb61ed280bdca914091fd /scripts/config | |
parent | eab5bb6f056dbba245a781d1f16f426d7af289e3 (diff) | |
download | upstream-4eaa7ce446ce373d58588e7f6c6489201b16d571.tar.gz upstream-4eaa7ce446ce373d58588e7f6c6489201b16d571.tar.bz2 upstream-4eaa7ce446ce373d58588e7f6c6489201b16d571.zip |
disable gettext in menuconfig
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4863 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'scripts/config')
-rw-r--r-- | scripts/config/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/config/Makefile b/scripts/config/Makefile index 6cdab2e0e6..5ef8b5488b 100644 --- a/scripts/config/Makefile +++ b/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 |