Guest User

Untitled

a guest
Jun 18th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. --- a/package/fakeroot/fakeroot.mk
  2. +++ b/package/fakeroot/fakeroot.mk
  3. @@ -14,7 +14,8 @@
  4. # so they're of no real use
  5. HOST_FAKEROOT_CONF_ENV = \
  6. ac_cv_header_sys_capability_h=no \
  7. - ac_cv_func_capset=no
  8. + ac_cv_func_capset=no \
  9. + CFLAGS="${CFLAGS} -D_STAT_VER=0"
  10.  
  11. FAKEROOT_LICENSE = GPL-3.0+
  12. FAKEROOT_LICENSE_FILES = COPYING
Add Comment
Please, Sign In to add comment