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/sys-apps/hwsetup/files/1.2-strip.patch

12 lines
209 B

--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
# define BLACKLIST to avoid loading potentially dangerous modules
CFLAGS=-DBLACKLIST -Wall -fPIC
OPT=-O2
-LDFLAGS=-s
+#LDFLAGS=-s
LIBS=-lkudzu -lpci
CC=gcc