pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/57047: Xine-ui can't be built without "inline-all-stringops" __attribute (aarch64)



The following reply was made to PR pkg/57047; it has been noted by GNATS.

From: David Holland <dholland-pbugs%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/57047: Xine-ui can't be built without "inline-all-stringops"
 __attribute (aarch64)
Date: Sat, 8 Oct 2022 02:49:14 +0000

 On Thu, Oct 06, 2022 at 09:35:01AM +0000, adr%sdf.org@localhost wrote:
  >  #ifndef HAVE_STRLCPY
  > +#ifdef ATTR_INLINE_ALL_STRINGOPS
  >  size_t strlcpy (char *dst, const char *src, size_t size) ATTR_INLINE_ALL_STRINGOPS;
  > +#else
  > +size_t strlcpy (char *dst, const char *src, size_t size);
  > +#endif
  >  #endif
 
 Surely it's sufficient to pass "-DATTR_INLINE_ALL_STRINGOPS="?
 
 -- 
 David A. Holland
 dholland%netbsd.org@localhost
 


Home | Main Index | Thread Index | Old Index