projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix ppp compile on osx
[openwrt.git]
/
scripts
/
config
/
Makefile
diff --git
a/scripts/config/Makefile
b/scripts/config/Makefile
index
a731a40
..
5ef8b54
100644
(file)
--- a/
scripts/config/Makefile
+++ b/
scripts/config/Makefile
@@
-9,6
+9,12
@@
# Utilizes the lxdialog package
# object files used by all kconfig flavours
+
+# Platform specific fixes
+#
+# FreeBSD
+export CFLAGS+=-DKBUILD_NO_NLS
+
conf-objs := conf.o zconf.tab.o
mconf-objs := mconf.o zconf.tab.o
This page took
0.022212 seconds
and
4
git commands to generate.