mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 22:24:39 +02:00
FreeBSD fix to generate the menuconfig properly
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4396 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f7fb74d498
commit
b3cdb08ef4
@ -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