Search Criteria
Package Details: plzip 1.8-1
Git Clone URL: | https://aur.archlinux.org/plzip.git (read-only, click to copy) |
---|---|
Package Base: | plzip |
Description: | A massively parallel lossless data compressor based on the lzlib compression library |
Upstream URL: | http://www.nongnu.org/lzip/plzip.html |
Licenses: | |
Submitter: | svalo |
Maintainer: | svalo |
Last Packager: | svalo |
Votes: | 9 |
Popularity: | 0.25 |
First Submitted: | 2016-09-03 10:47 |
Last Updated: | 2019-01-27 11:04 |
Latest Comments
svalo commented on 2020-09-03 07:45
@renehsz, no problem, I removed the flag
renehsz commented on 2020-09-01 15:41
Nevermind, I'm an idiot. I just realised that 1.9 is a release candidate, not an actual release. Sorry for flagging the package, I don't think I can undo that.
oneup commented on 2017-05-14 05:03
The configure command currently doesn't use CPPFLAGS, CXXFLAGS, or LDFLAGS from makepkg.conf. I suggest editing the configure command to the following:
./configure --prefix=/usr CPPFLAGS="$CPPFLAGS" CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS"