mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-04 02:42:19 +00:00
b81a95d71e
* feat: Split NVIDIA into current and legacy branches (#8402)
* feat: Split NVIDIA into current and legacy branches
* cleanup: Module variant no longer applicable
* fix: Some sources and anda.hcl files I missed
* fix: More
* chore: Bump release on packages that had changed dependencies
* chore: Bump release on all non-legacy packages
* fix: Oops
* More cleanup for kernel/kernel open changes
* cleanup: Weird line
* fix: Missed that
(cherry picked from commit 853f4a5829)
Signed-off-by: GildedRoach <GildedRoach@users.noreply.github.com>
* fix: Yeet i386
---------
Signed-off-by: GildedRoach <GildedRoach@users.noreply.github.com>
13 lines
588 B
Diff
13 lines
588 B
Diff
Index: nvidia-settings-545.13/utils.mk
|
|
===================================================================
|
|
--- nvidia-settings-545.13.orig/utils.mk
|
|
+++ nvidia-settings-545.13/utils.mk
|
|
@@ -584,7 +584,6 @@ define READ_ONLY_OBJECT_FROM_FILE_RULE
|
|
$(at_if_quiet)$$(MKDIR) $$(OUTPUTDIR)
|
|
$(at_if_quiet)cd $$(dir $(1)); \
|
|
$$(call quiet_cmd_no_at,LD) -r -z noexecstack --format=binary \
|
|
- $$(LD_TARGET_EMULATION_FLAG) \
|
|
$$(notdir $(1)) -o $$(OUTPUTDIR_ABSOLUTE)/$$(notdir $$@)
|
|
$$(call quiet_cmd,OBJCOPY) \
|
|
--rename-section .data=.rodata,contents,alloc,load,data,readonly \
|