summaryrefslogtreecommitdiff
path: root/net-analyzer/xnetload/files/xnetload-1.11.3-libdir.patch
blob: 3bfbd619c1123f6ef934c6d86c387c6dbefbadfe (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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