]> git.pld-linux.org Git - packages/ming.git/blob - ming-perl-shared.patch
- rel 2
[packages/ming.git] / ming-perl-shared.patch
1 --- ming-0.3.0/perl_ext/Makefile.PL.orig        2006-02-01 07:45:17.000000000 +0100
2 +++ ming-0.3.0/perl_ext/Makefile.PL     2007-02-16 23:14:25.929759689 +0100
3 @@ -78,7 +78,7 @@
4      clean   => {
5          FILES   => "@do_clean",
6      },
7 -    'MYEXTLIB'     => $MING_DIR . '/libming.a',
8 +    'MYEXTLIB'     => $MING_DIR . '/libming.so',
9      'OBJECT'       => "$XS_OBJECTS",
10      #'LIBS'         => [ "-lz" ],
11                 'LIBS'         => [ $libs ],
12 @@ -96,7 +96,7 @@
13  }
14  
15  sub ming_is_compiled{
16 -       return undef unless (-e "$MING_DIR/libming.a");
17 +       return undef unless (-e "$MING_DIR/libming.so");
18         return 1;
19  }
20  
This page took 0.143186 seconds and 3 git commands to generate.