mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/encfs to 1.9.4-1.1
This commit is contained in:
parent
3ad4e6e98d
commit
9ad7f8d2ed
1 changed files with 2 additions and 4 deletions
|
@ -5,12 +5,11 @@
|
|||
# Contributor: Sven Kauber, <celeon@gmail.com>
|
||||
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - explicitly link v5/v6 with libatomic
|
||||
# remove when bumped upstream
|
||||
|
||||
pkgname=encfs
|
||||
pkgver=1.9.4
|
||||
pkgrel=1
|
||||
pkgrel=1.1
|
||||
pkgdesc='Encrypted filesystem in user-space'
|
||||
arch=('x86_64')
|
||||
url='https://vgough.github.io/encfs/'
|
||||
|
@ -29,7 +28,6 @@ build() {
|
|||
mkdir build
|
||||
cd build
|
||||
|
||||
[[ $CARCH == "arm" || $CARCH == "armv6h" ]] && echo "target_link_libraries(encfs atomic)" >> ../$pkgname-$pkgver/CMakeLists.txt
|
||||
cmake ../$pkgname-$pkgver \
|
||||
-DUSE_INTERNAL_TINYXML=OFF \
|
||||
-DINSTALL_LIBENCFS=ON \
|
||||
|
|
Loading…
Reference in a new issue