You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-admin/procinfo/files/procinfo-flags.patch

17 lines
373 B

--- procinfo-18/Makefile.orig 2001-02-25 00:29:53.000000000 +0100
+++ procinfo-18/Makefile 2006-10-21 13:57:47.000000000 +0200
@@ -2,10 +2,10 @@
prefix=/usr
-CC = gcc -Wall -Wstrict-prototypes
+CC +=
-CFLAGS = -O2
-LDFLAGS = -s
+CFLAGS += -Wall -Wstrict-prototypes
+LDFLAGS +=
# If you get lots of `undefined references', you probably need -lncurses
# instead: