Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
pigz
pigz-do-symlinks.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pigz-do-symlinks.patch of Package pigz
--- pigz-2.1.6/pigz.c.orig 2011-06-02 12:36:40.043909605 +0200 +++ pigz-2.1.6/pigz.c 2011-06-02 12:39:32.148763023 +0200 @@ -2596,11 +2596,13 @@ in); return; } +#if 0 if ((st.st_mode & S_IFMT) == S_IFLNK && !force && !pipeout) { if (verbosity > 0) fprintf(stderr, "%s is a symbolic link -- skipping\n", in); return; } +#endif if ((st.st_mode & S_IFMT) == S_IFDIR && !recurse) { if (verbosity > 0) fprintf(stderr, "%s is a directory -- skipping\n", in);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor