disable gettext in menuconfig
SVN-Revision: 4863
This commit is contained in:
parent
c2bd8ab963
commit
ae4be01207
1 changed files with 1 additions and 4 deletions
|
@ -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…
Reference in a new issue