aboutsummaryrefslogtreecommitdiffstats
path: root/funcs
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-24 17:47:41 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-01-24 17:47:41 +0000
commit353cec56ea1dea09a99bb960ebdd1f96a209190f (patch)
tree60e2a737d08b29a2d2fb0177f4ac24ece0004ded /funcs
parente5f9da6e43f1b4f1a4c919e84882fa083ce854ba (diff)
Reverting change in revision 8539 - fixed wrong problem. Sorry.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8548 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'funcs')
-rw-r--r--funcs/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/funcs/Makefile b/funcs/Makefile
index 2cafa3d1a..773594c64 100644
--- a/funcs/Makefile
+++ b/funcs/Makefile
@@ -34,12 +34,6 @@ else
STANDALONE_FUNCS=$(AVAILABLE_FUNCS)
endif
-ifeq ($(findstring BSD,${OSARCH}),BSD)
- CFLAGS+=-I$(CROSS_COMPILE_TARGET)/usr/local/include
- SOLINK+=-L$(CROSS_COMPILE_TARGET)/usr/local/lib
-endif
-
-
FUNCS+=$(STANDALONE_FUNCS:.o=.so)
FUNC_SOURCES=$(BUILTINS:.o=.c)