forked from Mirrors/freeswitch
fix perlxsi broken by changes to allow icc
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@988 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
4a2c9a5e6c
commit
215a1b2a1f
@ -16,10 +16,7 @@ all: depends $(MODNAME).$(DYNAMIC_LIB_EXTEN) fs_perl.$(DYNAMIC_LIB_EXTEN)
|
||||
|| ((echo Sorry, you need to compile perl with threads and multiplicity.&& exit 1))
|
||||
@touch .perlok
|
||||
|
||||
perlxsi.c: .perlok
|
||||
perl -MExtUtils::Embed -e xsinit
|
||||
|
||||
depends: perlxsi.c
|
||||
depends:
|
||||
|
||||
%.o: %.c
|
||||
$(CC) $(CFLAGS) -fPIC -c $< -o $@
|
||||
|
@ -1,3 +1,6 @@
|
||||
#ifdef __ICC
|
||||
#pragma warning (disable:1419)
|
||||
#endif
|
||||
#include <EXTERN.h>
|
||||
#include <perl.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user