From b6c286e0af3e7c31da47c295c7500d3f44d0a8ce Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Wed, 2 Aug 2006 13:36:20 +0000 Subject: [PATCH] FreeBSD fix to generate the menuconfig properly SVN-Revision: 4396 --- openwrt/scripts/config/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- 2.30.2