mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-09 18:59:13 +08:00
FreeBSD fix to generate the menuconfig properly
SVN-Revision: 4396
This commit is contained in:
parent
01ad421020
commit
b6c286e0af
@ -9,6 +9,15 @@
|
|||||||
# Utilizes the lxdialog package
|
# Utilizes the lxdialog package
|
||||||
# object files used by all kconfig flavours
|
# object files used by all kconfig flavours
|
||||||
|
|
||||||
|
|
||||||
|
# Platform specific fixes
|
||||||
|
#
|
||||||
|
# FreeBSD
|
||||||
|
ifeq ($(shell uname -s),FreeBSD)
|
||||||
|
export CFLAGS+=-I/usr/local/include
|
||||||
|
export LDFLAGS+=-L/usr/local/lib -lintl
|
||||||
|
endif
|
||||||
|
|
||||||
conf-objs := conf.o zconf.tab.o
|
conf-objs := conf.o zconf.tab.o
|
||||||
mconf-objs := mconf.o zconf.tab.o
|
mconf-objs := mconf.o zconf.tab.o
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user