disable gettext in menuconfig
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4863 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
eab5bb6f05
commit
4eaa7ce446
|
@ -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 New Issue