diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-03-02 10:20:05 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-03-02 10:20:05 +0000 |
commit | b7e38ffc9ad3a403f050fb95b65781a882e1c178 (patch) | |
tree | b383d24094942cb0569ea03a71d22b5b57e5d584 /main/perl-file-rsync/perl-file-rsync-parallell-build-fix.patch | |
parent | a324436f633d96f57f3582077e12f922024fafd8 (diff) | |
parent | 840319b6a814650c0a9a31f88ff39dac41ec3900 (diff) | |
download | aports-b7e38ffc9ad3a403f050fb95b65781a882e1c178.tar.bz2 aports-b7e38ffc9ad3a403f050fb95b65781a882e1c178.tar.xz |
Merge remote branch 'larena/master'
Diffstat (limited to 'main/perl-file-rsync/perl-file-rsync-parallell-build-fix.patch')
-rw-r--r-- | main/perl-file-rsync/perl-file-rsync-parallell-build-fix.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/main/perl-file-rsync/perl-file-rsync-parallell-build-fix.patch b/main/perl-file-rsync/perl-file-rsync-parallell-build-fix.patch new file mode 100644 index 0000000000..d9316f3d19 --- /dev/null +++ b/main/perl-file-rsync/perl-file-rsync-parallell-build-fix.patch @@ -0,0 +1,20 @@ +diff --git a/FileList/Makefile.PL b/FileList/Makefile.PL +index 2061b0a..3ab345f 100644 +--- a/FileList/Makefile.PL ++++ b/FileList/Makefile.PL +@@ -16,7 +16,14 @@ WriteMakefile( + snprintf$(OBJ_EXT) + wildmatch$(OBJ_EXT) + ], +- 'depend' => { 'FileList.o' => 'config.h' }, ++ 'depend' => { 'FileList$(OBJ_EXT)' => 'config.h', ++ 'exclude$(OBJ_EXT)' => 'config.h', ++ 'flist$(OBJ_EXT)' => 'config.h', ++ 'hlink$(OBJ_EXT)' => 'config.h', ++ 'pool_alloc$(OBJ_EXT)' => 'config.h', ++ 'snprintf$(OBJ_EXT)' => 'config.h', ++ 'wildmatch$(OBJ_EXT)' => 'config.h', ++ }, + 'clean' => {FILES => "configure.in config.log config.status config.h conftest* confdefs*"}, + ); + |