CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
rpi3-userland: updated to 20191217
[ports/raspberrypi3-arm.git] / rpi3-userland / Pkgfile
index 8a211241caf27d1c8e1ca1863a5d0cc7d027d876..a341c8b29b5f763c1316b2ef117fb09d71561547 100644 (file)
@@ -4,16 +4,16 @@
 # Depends on: cmake
 
 name=rpi3-userland
-version=20190925
+version=20191217
 release=1
-commit=13b33c8ee52521ac3c804ffa6d8e8b8a8cd30697
+commit=42ec119e03eb8dffc7c83e2ac0e665e333abbef6
 source=(https://github.com/raspberrypi/userland/archive/$commit/$name-$version.tar.gz)
 
 build() {
   mkdir build
   cd build
   cmake -DCMAKE_BUILD_TYPE=Release \
-    -DARM64=aarch64 \
+    -DARM64=ON \
     ../userland-$commit
   make
   make DESTDIR=$PKG install