tech-pkg archive

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

[PATCH] boost: use portable invocation of find(1)



---
 meta-pkgs/boost/Makefile.common | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-pkgs/boost/Makefile.common b/meta-pkgs/boost/Makefile.common
index a9939003b72..45140734024 100644
--- a/meta-pkgs/boost/Makefile.common
+++ b/meta-pkgs/boost/Makefile.common
@@ -83,7 +83,7 @@ post-wrapper:
 # We can't do this at post-extract because the extract cookie will get a future
 # timestamp than the sources.  If this happens, print-PLIST does not work.
 pre-configure:
-	${FIND} ${WRKSRC} -type f -print0 | ${XARGS} -0 ${TOUCH}
+	${FIND} ${WRKSRC} -type f -exec ${TOUCH} {} +
 
 # According to https://github.com/boostorg/config/issues/240
 # the user.hpp generation is intended only for porting to new platforms
-- 
2.26.0



Home | Main Index | Thread Index | Old Index