]> git.pld-linux.org Git - packages/perl-Quota.git/blob - perl-Quota-pic.patch
- x32 rebuild
[packages/perl-Quota.git] / perl-Quota-pic.patch
1 --- Quota-1.4.10/Makefile.PL.orig       2004-01-24 15:42:04.000000000 +0100
2 +++ Quota-1.4.10/Makefile.PL    2004-05-09 23:36:58.466593917 +0200
3 @@ -106,7 +106,7 @@
4      if (defined $extraobj) {
5          ($extrac = $extraobj) =~ s/\.o(\s+|$)/.c/g;
6          $ret .= "\n$extraobj :\n\t".
7 -                '$(CC) -c $(INC) $(CCFLAGS) $(OPTIMIZE) '."$extrac\n\n";
8 +                '$(CC) -c $(INC) $(CCFLAGS) $(OPTIMIZE) $(CCCDLFLAGS) '."$extrac\n\n";
9      }
10  
11      # extract objects from a library to link them in statically
This page took 0.071494 seconds and 3 git commands to generate.