]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Tue, 8 May 2012 11:35:55 +0000 (11:35 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Tue, 8 May 2012 11:35:55 +0000 (11:35 +0000)
PerlMagick/Makefile.PL.in

index d31703c7d6f92293efe484450a0a6730e206f4ff..760e27df76095c2826dc4818c085b6d073e8ffc1 100644 (file)
@@ -229,6 +229,8 @@ WriteMakefile
 
    # Use same compiler as ImageMagick
    'PERLMAINCC'        => '@PERLMAINCC@ @OPENMP_CFLAGS@',
+   'AR' => '@AR@',
+   'LD' => '@PERLMAINCC@',
 
    # Set Perl installation prefix to ImageMagick installation prefix
 #   'PREFIX'   => '@prefix@',