forked from lkiuyu/immortalwrt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
openssl: fix powerpc & arc libatomic dependencies
PowerPC CONFIG_ARCH is defined as powerpc, not ppc. Fix that in the DEPENDS condition. Arc needs to be built with libatomic. Change the OpenSSL configuration file, and add it to the libatomic DEPENDS condition. Fixes: 7e7e76a "openssl: bump to 3.0.8" Signed-off-by: Eneas U de Queiroz <[email protected]>
- Loading branch information
1 parent
00c5276
commit 595509c
Showing
2 changed files
with
3 additions
and
3 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
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ Signed-off-by: Eneas U de Queiroz <[email protected]> | |
+ inherit_from => [ "linux-aarch64", "openwrt" ], | ||
+ }, | ||
+ "linux-arc-openwrt" => { | ||
+ inherit_from => [ "linux-generic32", "openwrt" ], | ||
+ inherit_from => [ "linux-latomic", "openwrt" ], | ||
+ }, | ||
+ "linux-arm-openwrt" => { | ||
+ inherit_from => [ "linux-armv4", "openwrt" ], | ||
|