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/net-analyzer/xnetload/files/xnetload-1.11.3-libdir.patch

12 lines
318 B

--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ CC = gcc
# The next two lines are for building an optimized and stripped program.
CFLAGS += -Wall -DNDEBUG -I/usr/include
-LFLAGS = $(LDFLAGS) -L/usr/lib
+LFLAGS = $(LDFLAGS)
# These three lines are for building Athlon optimized programs on my system.
#CC=gcc-3.1