aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2017-09-05 18:18:03 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2017-09-07 11:54:23 +0200
commit5ca98821d9edff021d76c8e0e464aa8c9304fca5 (patch)
treee882edc62ad662bd65f6f6ca0d44df95ef0694ec /Makefile.PL
parentd2bff975b686308bf861017f2ba98a0d339349e7 (diff)
downloadperl-URPM-5ca98821d9edff021d76c8e0e464aa8c9304fca5.tar
perl-URPM-5ca98821d9edff021d76c8e0e464aa8c9304fca5.tar.gz
perl-URPM-5ca98821d9edff021d76c8e0e464aa8c9304fca5.tar.bz2
perl-URPM-5ca98821d9edff021d76c8e0e464aa8c9304fca5.tar.xz
perl-URPM-5ca98821d9edff021d76c8e0e464aa8c9304fca5.zip
Revert "add support for int64, using Math::Int64 C API"
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index bf0f6c5..05a2b6a 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -48,7 +48,6 @@ 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/*" },