mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Back out accidental changes by anthm
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3378 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
12
Makefile
12
Makefile
@@ -194,13 +194,6 @@ endif
|
||||
CC=gcc
|
||||
INSTALL=install
|
||||
|
||||
|
||||
####### res_perl
|
||||
LIBS += $(shell /usr/local/bin/perl -MExtUtils::Embed -e ldopts) $(shell perl -MConfig -e 'print $$Config{libs}')
|
||||
PERLCFLAGS += $(shell /usr/local/bin/perl -MExtUtils::Embed -e ccopts)
|
||||
OBJS += perlxsi.o
|
||||
####### /res_perl
|
||||
|
||||
_all: all
|
||||
@echo " +--------- Asterisk Build Complete ---------+"
|
||||
@echo " + Asterisk has successfully been built, but +"
|
||||
@@ -212,11 +205,6 @@ _all: all
|
||||
|
||||
all: depend asterisk subdirs
|
||||
|
||||
####### res_perl
|
||||
perlxsi.o:
|
||||
$(CC) -c perlxsi.c $(PERLCFLAGS) -o perlxsi.o
|
||||
####### /res_perl
|
||||
|
||||
editline/config.h:
|
||||
cd editline && unset CFLAGS LIBS && ./configure ; \
|
||||
|
||||
|
Reference in New Issue
Block a user