mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
2011-08-10 Dario Rodriguez <dario.rodriguez@artica.es>
* Makefile.PL: Added IO::Socket::INET6 and Socket to installer dependecies check. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4702 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
d84b468a9f
commit
752871c633
@ -1,3 +1,8 @@
|
|||||||
|
2011-08-10 Dario Rodriguez <dario.rodriguez@artica.es>
|
||||||
|
|
||||||
|
* Makefile.PL: Added IO::Socket::INET6 and Socket to
|
||||||
|
installer dependecies check.
|
||||||
|
|
||||||
2011-08-10 Dario Rodriguez <dario.rodriguez@artica.es>
|
2011-08-10 Dario Rodriguez <dario.rodriguez@artica.es>
|
||||||
|
|
||||||
* pandora_server_installer: Fixed wrong permission flag for
|
* pandora_server_installer: Fixed wrong permission flag for
|
||||||
|
@ -14,11 +14,12 @@ WriteMakefile(
|
|||||||
DBI => 0,
|
DBI => 0,
|
||||||
threads::shared => 0,
|
threads::shared => 0,
|
||||||
IO::Socket => 0,
|
IO::Socket => 0,
|
||||||
|
Socket6 => 0,
|
||||||
Time::Local => 0,
|
Time::Local => 0,
|
||||||
XML::Simple => 0,
|
XML::Simple => 0,
|
||||||
Time::HiRes => 0,
|
Time::HiRes => 0,
|
||||||
IO::Socket => 0,
|
|
||||||
HTML::Entities => 0,
|
HTML::Entities => 0,
|
||||||
|
IO::Socket::INET6 => 0,
|
||||||
},
|
},
|
||||||
EXE_FILES => [ 'bin/pandora_server', 'bin/pandora_exec'],
|
EXE_FILES => [ 'bin/pandora_server', 'bin/pandora_exec'],
|
||||||
PMLIBDIRS => [ 'lib' ],
|
PMLIBDIRS => [ 'lib' ],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user