File: 02_src_Makefile.patch

package info (click to toggle)
mtpaint 3.50.11-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 5,036 kB
  • sloc: ansic: 57,289; sh: 3,364; makefile: 83; perl: 61
file content (22 lines) | stat: -rw-r--r-- 559 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Muammar El Khatib <muammar@debian.org>
Date: Thu, 7 Nov 2024 11:18:28 +0100
Subject: _src_Makefile

===================================================================
---
 src/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile b/src/Makefile
index afa4f9b..45a4269 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2,7 +2,7 @@ include ../_conf.txt
 
 # Generate identical object files if possible
 CFLAGS = $(CFLAG) $(SET_RANDSEED)
-LDFLAGS = $(LDFLAG)
+LDFLAGS = $(LDFLAG) $(GLIB_LIB)
 
 BIN = mtpaint$(EXEEXT)