Skip to content

Instantly share code, notes, and snippets.

@milki
Created June 28, 2020 06:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save milki/4ba8c214536fc151d145c9b518cb7de4 to your computer and use it in GitHub Desktop.
Save milki/4ba8c214536fc151d145c9b518cb7de4 to your computer and use it in GitHub Desktop.
--- src/wmgtemp-1.1/src/Makefile.orig 2020-06-27 23:40:37.181571261 -0700
+++ src/wmgtemp-1.1/src/Makefile 2020-06-27 23:40:46.081571294 -0700
@@ -3,7 +3,7 @@
LIB = lib
LDFLAGS = -L/usr/X11R6/$(LIB) -lXpm -lXext -lX11 -lsensors
BINARY = wmgtemp
-CCFLAGS = -Wall -g
+CCFLAGS = -Wall -g -fcommon
INSTDIR = /usr/local/bin
OFILES = wmgtemp.o \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment