From: Florian Fainelli Date: Wed, 2 Aug 2006 13:36:20 +0000 (+0000) Subject: FreeBSD fix to generate the menuconfig properly X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b6c286e0af3e7c31da47c295c7500d3f44d0a8ce;p=librecmc%2Flibrecmc.git FreeBSD fix to generate the menuconfig properly SVN-Revision: 4396 --- diff --git a/openwrt/scripts/config/Makefile b/openwrt/scripts/config/Makefile index a731a40e7c..6cdab2e0e6 100644 --- a/openwrt/scripts/config/Makefile +++ b/openwrt/scripts/config/Makefile @@ -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