projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
update spca5xx, old version is no longer on the website
[openwrt.git]
/
scripts
/
config
/
Makefile
diff --git
a/scripts/config/Makefile
b/scripts/config/Makefile
index
a731a40
..
6cdab2e
100644
(file)
--- a/
scripts/config/Makefile
+++ b/
scripts/config/Makefile
@@
-9,6
+9,15
@@
# Utilizes the lxdialog package
# object files used by all kconfig flavours
# 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
conf-objs := conf.o zconf.tab.o
mconf-objs := mconf.o zconf.tab.o
This page took
0.020464 seconds
and
4
git commands to generate.