mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-19 09:45:24 +01:00
Build perl with some modules.
This commit is contained in:
parent
8548c128b4
commit
3969b281d6
5 changed files with 141 additions and 9 deletions
|
|
@ -19,6 +19,8 @@
|
|||
|
||||
#define HAS_SYSCALL
|
||||
#define HAS_TIMES
|
||||
#define HAS_FLOCK
|
||||
#define HAS_TRUNCATE
|
||||
|
||||
#define HAS_VPRINTF
|
||||
#define Gid_t gid_t
|
||||
|
|
@ -69,6 +71,7 @@
|
|||
#define ARCHLIB "/after/lib/perl5/"
|
||||
|
||||
#define CAT2(a,b) a##b
|
||||
#define STRINGIFY(a) "a"
|
||||
#define Gconvert(x,n,t,b) gcvt((x),(n),(b))
|
||||
|
||||
#define Time_t time_t
|
||||
|
|
@ -96,6 +99,7 @@
|
|||
#define NVSIZE 8 /* sizeof(double) */
|
||||
#define UVSIZE 4 /* sizeof(long) on i386 */
|
||||
#define IVSIZE 4
|
||||
#define PTRSIZE 4
|
||||
|
||||
#define IVTYPE long
|
||||
#define UVTYPE unsigned long
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue