File: 0001_update_makefile.patch

package info (click to toggle)
cpufetch 1.07-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,624 kB
  • sloc: ansic: 9,816; makefile: 118; sh: 45
file content (20 lines) | stat: -rw-r--r-- 469 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: update Makefile
 update Makefile.

Author: Clay Stan <claystan97@gmail.com>
Forwarded: not-needed
Last-Update: 2025-11-20

Index: cpufetch/Makefile
===================================================================

--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 CC ?= gcc
 
-CFLAGS+=-Wall -Wextra -pedantic
+CFLAGS+=-Wall -Wextra -pedantic ${CPPFLAGS} ${LDFLAGS}
 SANITY_FLAGS=-Wfloat-equal -Wshadow -Wpointer-arith -Wstrict-prototypes
 
 PREFIX ?= /usr