>I'm not sure on what to change to get it to compile.
>Could you tell me what needs to be modified?
>
>On Fri, 27 Nov 1998, Philip Blundell wrote:
>
>> I screwed up the CFLAGS in the lib directory.  Sorry about that.

Here's a patch that should do the trick.

p.

--- net-tools-1.48/lib/Makefile~        Thu Nov 26 11:06:20 1998
+++ net-tools-1.48/lib/Makefile Mon Nov 30 17:24:12 1998
@@ -29,7 +29,7 @@
 
 # This can be overwritten by the TOPLEVEL Makefile
 TOPDIR=..
-CFLAGS += -I$(TOPDIR) -fPIC
+CFLAGS += -I$(TOPDIR) -I$(TOPDIR)/include -fPIC
 SONAME=libnet-tools.so.0
 
 .SUFFIXES: .a .so


-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to