mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-17 20:12:11 +01: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
|
||||
# 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
|
||||
mconf-objs := mconf.o zconf.tab.o
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user