diff options
| author | Violet Purcell <vimproved@inventati.org> | 2023-07-08 18:26:07 +0000 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2023-07-09 03:02:25 +0100 |
| commit | 8bfd605926ea8ee4deb13cda75016f698fd22503 (patch) | |
| tree | 4b570bc015ebc62d33dd73113415e2961a2ac59e /dev-cpp/cpp-httplib/cpp-httplib-0.12.6.ebuild | |
| parent | c75b687ef09f4ebb1287a28be60dc441c9b46486 (diff) | |
| download | gentoo-8bfd605926ea8ee4deb13cda75016f698fd22503.tar.gz gentoo-8bfd605926ea8ee4deb13cda75016f698fd22503.tar.bz2 gentoo-8bfd605926ea8ee4deb13cda75016f698fd22503.zip | |
dev-cpp/cpp-httplib: Remove superfluous --reflink=auto from calls to cp
--reflink=auto has become the default behaviour in coreutils 9, and is not compatible with BSD userland.
Signed-off-by: Violet Purcell <vimproved@inventati.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp/cpp-httplib/cpp-httplib-0.12.6.ebuild')
| -rw-r--r-- | dev-cpp/cpp-httplib/cpp-httplib-0.12.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/cpp-httplib/cpp-httplib-0.12.6.ebuild b/dev-cpp/cpp-httplib/cpp-httplib-0.12.6.ebuild index d084d2656c17..b5c075454fdb 100644 --- a/dev-cpp/cpp-httplib/cpp-httplib-0.12.6.ebuild +++ b/dev-cpp/cpp-httplib/cpp-httplib-0.12.6.ebuild @@ -44,7 +44,7 @@ src_configure() { } multilib_src_test() { - cp -p -R --reflink=auto "${S}/test" ./test || die + cp -p -R "${S}/test" ./test || die GTEST_FILTER='-*.*_Online' emake -C test "CXX=$(tc-getCXX)" CXXFLAGS="${CXXFLAGS} -I." } |
