disable gettext in menuconfig

SVN-Revision: 4863
master
Felix Fietkau 18 years ago
parent c2bd8ab963
commit ae4be01207
  1. 5
      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

Loading…
Cancel
Save