summaryrefslogtreecommitdiff
path: root/pbx
diff options
context:
space:
mode:
authorMatthew Jordan <mjordan@digium.com>2014-09-16 22:46:29 +0000
committerMatthew Jordan <mjordan@digium.com>2014-09-16 22:46:29 +0000
commitfcc09fd0deb4fa4bb58c31008cae09477f5ce10e (patch)
treedcc8418567fbfddee2ed06d913d8dd52b56018f0 /pbx
parent712b4195efc90ef8d14bfd1cef44f3133e24d72c (diff)
pbx/Makefile: Revert r423237
This patch was supposed to go into a team branch, but I was a bit fast on the gun before 'svn switch' had apparently moved the target branch over. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@423238 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'pbx')
-rw-r--r--pbx/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/pbx/Makefile b/pbx/Makefile
index dca8378c6..0afc4bcad 100644
--- a/pbx/Makefile
+++ b/pbx/Makefile
@@ -23,20 +23,12 @@ ifneq ($(findstring $(OSARCH), mingw32 cygwin ),)
LIBS+= -lres_ael_share.so -lres_monitor.so
endif
-LIBS+=-L/usr/lib/python2.7/config -lpthread -ldl -lutil -lm -lpython2.7 -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions
-
clean::
rm -f ael/*.o ael/*.i
- rm -f python/*.o python/*.i
dundi-parser.o: dundi-parser.h
dundi-parser.o: _ASTCFLAGS+=-I.
-$(if $(filter pbx_python,$(EMBEDDED_MODS)),modules.link,pbx_python.so): $(subst .c,.o,$(wildcard python/*.c))
-$(subst .c,.o,$(wildcard python/*.c)): _ASTCFLAGS+=$(call MOD_ASTCFLAGS,pbx_python)
-
-pbx_python.o: _ASTCFLAGS+=-I/usr/include/python2.7 -I/usr/include/python2.7 -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security
-
pbx_gtkconsole.o: _ASTCFLAGS+=-Wno-strict-prototypes
$(if $(filter pbx_dundi,$(EMBEDDED_MODS)),modules.link,pbx_dundi.so): dundi-parser.o