mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-27 20:59:50 +00:00
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))
|
|| ((echo Sorry, you need to compile perl with threads and multiplicity.&& exit 1))
|
||||||
@touch .perlok
|
@touch .perlok
|
||||||
|
|
||||||
perlxsi.c: .perlok
|
depends:
|
||||||
perl -MExtUtils::Embed -e xsinit
|
|
||||||
|
|
||||||
depends: perlxsi.c
|
|
||||||
|
|
||||||
%.o: %.c
|
%.o: %.c
|
||||||
$(CC) $(CFLAGS) -fPIC -c $< -o $@
|
$(CC) $(CFLAGS) -fPIC -c $< -o $@
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
#ifdef __ICC
|
||||||
|
#pragma warning (disable:1419)
|
||||||
|
#endif
|
||||||
#include <EXTERN.h>
|
#include <EXTERN.h>
|
||||||
#include <perl.h>
|
#include <perl.h>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user