aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2016-10-18 03:09:59 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2016-10-18 04:13:05 +0200
commit12ff33c3fbf1dfc2dce60f6a75bb546ca3bf6735 (patch)
tree8ca1a0c942a613659593ba57fe69d2dce370e9f9 /Makefile.PL
parentdb118471a871d0ca2af9b178b2f6e910e30fb0a6 (diff)
downloadperl-URPM-12ff33c3fbf1dfc2dce60f6a75bb546ca3bf6735.tar
perl-URPM-12ff33c3fbf1dfc2dce60f6a75bb546ca3bf6735.tar.gz
perl-URPM-12ff33c3fbf1dfc2dce60f6a75bb546ca3bf6735.tar.bz2
perl-URPM-12ff33c3fbf1dfc2dce60f6a75bb546ca3bf6735.tar.xz
perl-URPM-12ff33c3fbf1dfc2dce60f6a75bb546ca3bf6735.zip
add support for int64, using Math::Int64 C API
previously it was missing on 32bit arches
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index e3f0ca3..9815a77 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -68,6 +68,7 @@ WriteMakefile(
CCFLAGS => $ccflags,
VERSION_FROM => 'URPM.pm',
LIBS => [ $ldflags ],
+ OBJECT => [ 'perl_math_int64.o', 'URPM.o' ],
INC => '-I/usr/include/rpm',
dist => { COMPRESS => "xz -f", SUFFIX => ".xz" },
realclean => { FILES => "t/RPMS/noarch/*" },