提交 412abadd authored 作者: Michael Jerris's avatar Michael Jerris

no one seems to be okay with actually installing perl modules because it might…

no one seems to be okay with actually installing perl modules because it might require the permissions to acutally do so, instead, let the users figure out how to install them themselves so they can figure out how to have permissions and where they acutally go by themselves with no direction from us
上级 315add56
...@@ -9,19 +9,19 @@ mod_verto_la_LIBADD = $(switch_builddir)/libfreeswitch.la ...@@ -9,19 +9,19 @@ mod_verto_la_LIBADD = $(switch_builddir)/libfreeswitch.la
mod_verto_la_LDFLAGS = -avoid-version -module -no-undefined -shared mod_verto_la_LDFLAGS = -avoid-version -module -no-undefined -shared
if HAVE_PERL if HAVE_PERL
perldir = $(PERL_SITEDIR) #perldir = $(PERL_SITEDIR)
perl_LTLIBRARIES = MCAST.la noinst_LTLIBRARIES = MCAST.la
MCAST_la_SOURCES = mcast/mcast_wrap.cpp mcast/perlxsi.c mcast/mcast.c mcast/mcast_cpp.cpp MCAST_la_SOURCES = mcast/mcast_wrap.cpp mcast/perlxsi.c mcast/mcast.c mcast/mcast_cpp.cpp
MCAST_la_CFLAGS = $(CC_CFLAGS) $(CFLAGS) $(SWITCH_AM_CFLAGS) $(PERL_CFLAGS) MCAST_la_CFLAGS = $(CC_CFLAGS) $(CFLAGS) $(SWITCH_AM_CFLAGS) $(PERL_CFLAGS)
MCAST_la_CXXFLAGS = $(SWITCH_AM_CXXFLAGS) $(CXXFLAGS) -w $(PERL_INC) MCAST_la_CXXFLAGS = $(SWITCH_AM_CXXFLAGS) $(CXXFLAGS) -w $(PERL_INC)
MCAST_la_CPPFLAGS = -I$(switch_srcdir)/src/mod/endpoints/mod_verto/mcast MCAST_la_CPPFLAGS = -I$(switch_srcdir)/src/mod/endpoints/mod_verto/mcast
MCAST_la_LDFLAGS = -avoid-version -module -no-undefined -shared $(PERL_LDFLAGS) MCAST_la_LDFLAGS = -avoid-version -module -no-undefined -shared $(PERL_LDFLAGS)
install-data-local: perlmod-install #install-data-local: perlmod-install
perlmod-install: install-perlLTLIBRARIES #perlmod-install: install-perlLTLIBRARIES
install -d -m 755 $(DESTDIR)$(PERL_SITEDIR) # install -d -m 755 $(DESTDIR)$(PERL_SITEDIR)
install -m 755 mcast/MCAST.pm $(DESTDIR)$(PERL_SITEDIR) # install -m 755 mcast/MCAST.pm $(DESTDIR)$(PERL_SITEDIR)
endif endif
mcast/esl_wrap.cpp: mcast/esl_wrap.cpp:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论