-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* deluge: Import from PR #4153 with added changes Co-Authored-by: hgy59 <[email protected]> Co-Authored-by: Christophe David <[email protected]> * deluge: Add requirements specific to DSM6 vs DSM7 * deluge: Align boost & libtorrent build options * deluge: Use master on original rencode source code * start-stop-status: Allow multiple daemon startup * deluge: Add rencode requirement file as abi3 compatible * boost_1.78: Simplify re-using existing env variables * deluge: permissions changes specific to version < DSM7 only * deluge: Add french description * deluge: Add precisions related to permissions DSM6 vs DSM7 * deluge: Fix DESCRIPTION field so it show properly in french * deluge: Update wizard and service-setup.sh based on sabnzbd * deluge: Update to latest version of core configuration file * deluge: Add GeoIP wheel * deluge: Refining install+upgrade scripts and wizard * start-stop-status: Revert log keeping * deluge: Fix DSM6 upgrade * sabnzbd: Ensure group has write access to shared folder sub-dirs * deluge: Do not migrate data as too prone to errors * installer.dsm6: Fix permission testing strings * deluge: Optimize installation steps * sabnzbd: Use install vs mkdir to ensure group is properly set * sabnzbd: Forgot to specify group for DSM>=7 for isntall cmd Co-authored-by: hgy59 <[email protected]> Co-authored-by: Christophe David <[email protected]>
- Loading branch information
1 parent
7f9ccec
commit 85a79b1
Showing
32 changed files
with
690 additions
and
577 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
cross/boost_1.78/patches/001-remove-BOOST_NO_CXX11_HDR_TYPE_TRAITS.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- boost/config/stdlib/libstdcpp3.hpp-orig 2021-12-02 06:47:31.000000000 +0000 | ||
+++ boost/config/stdlib/libstdcpp3.hpp 2022-06-19 20:47:46.528930819 +0000 | ||
@@ -334,7 +334,6 @@ extern "C" char *gets (char *__s); | ||
// C++0x features in GCC 5.1 and later | ||
// | ||
#if (BOOST_LIBSTDCXX_VERSION < 50100) || !defined(BOOST_LIBSTDCXX11) | ||
-# define BOOST_NO_CXX11_HDR_TYPE_TRAITS | ||
# define BOOST_NO_CXX11_HDR_CODECVT | ||
# define BOOST_NO_CXX11_ATOMIC_SMART_PTR | ||
# define BOOST_NO_CXX11_STD_ALIGN |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.