Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
* Remove gmock dependency, it seems it is now include in gtest
* Use external leveldb, as cvmfs is now compatible with the latest
version
|
|
|
|
|
|
leveldb-1.23 seems to break cvmfs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cURL redefined on error code to alias a second one. This breaks a switch
statement due to repeated cases.
|
|
|
|
The header was removed recently from the attr package. More information
here:
http://git.savannah.nongnu.org/cgit/attr.git/commit/include?id=7921157890d07858d092f4003ca4c6bae9fd2c38
|
|
Many changes were required:
* the set of externals changed significantly. In addittion it is not possible to disable individual externals one by one. A patch was needed to disable packages available in Arch
* the sqlite version shipped with Arch does not support SCRATCH anymore. The cvmfs code needed patching for this
* building of the server and caching system was disabled. They entail additional complications with externals. Moreover, for the scope of this package it is not clear the server should be include. It should perhaps be a separate build
* the libexec patches seem to have been included upstream. The source package even contain a dedicated environment file for Arch
|
|
|
|
|
|
- Switch to systemd.automount instead of autofs as recommended automounting solution
- do not use built-in packages (thanks to kgizdov)
- install the license properly (thanks to kgizdov)
- do not use 'libexec' folder as per Arch Packaging Standard, patch included (thanks to kgizdov)
- move build options to settings.cmake (thanks to kgizdov)
|
|
Wainer Vandelli.
|
|
|
|
|