[arch-commits] Commit in smbnetfs/trunk (PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Mon Apr 22 14:29:00 UTC 2019


    Date: Monday, April 22, 2019 @ 14:28:58
  Author: spupykin
Revision: 452968

build fix

Modified:
  smbnetfs/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++++
 1 file changed, 5 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-22 14:17:36 UTC (rev 452967)
+++ PKGBUILD	2019-04-22 14:28:58 UTC (rev 452968)
@@ -22,6 +22,11 @@
             'ca3b686c37fe77193e8df86efcaadb8fe809dfaa8cd62effde6b038af07ea226'
             '9a06d4d1ffec3c2dd9bff09fa92fb3e9c0aa9569be90a61bb51f04f852b2d741')
 
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  sed -i '/xattr.h/d' src/function.c
+}
+
 build() {
   cd "$srcdir"/$pkgname-$pkgver
   sed -i 's|libsmbclient.h|samba-4.0/libsmbclient.h|g' \



More information about the arch-commits mailing list