File: kfreebsd-hurd.diff

package info (click to toggle)
nvidia-settings 535.247.01-1~deb12u1
  • links: PTS, VCS
  • area: contrib
  • in suites: bookworm
  • size: 6,168 kB
  • sloc: ansic: 85,128; makefile: 447
file content (14 lines) | stat: -rw-r--r-- 323 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Author: Andreas Beckmann <anbe@debian.org>
Description: link against -ldl on !linux, too

--- a/utils.mk
+++ b/utils.mk
@@ -166,7 +166,7 @@ endif
 ifeq ($(TARGET_OS),Linux)
   LIBDL_LIBS = -ldl
 else
-  LIBDL_LIBS =
+  LIBDL_LIBS = -ldl
 endif
 
 # This variable controls which floating-point ABI is targeted.  For ARM, it