increase the size of a few static buffers in menuconfig - fixes display of menus...
[openwrt.git] / scripts / config / Makefile
index a731a40..6cdab2e 100644 (file)
@@ -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
 
This page took 0.02089 seconds and 4 git commands to generate.