mirror of the now-defunct rocklinux.org
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.

11 lines
427 B

  1. --- iproute2-ahu-20021020/Makefile.orig 2004-07-29 01:43:53.083827680 +0200
  2. +++ iproute2-ahu-20021020/Makefile 2004-07-29 01:44:27.182643872 +0200
  3. @@ -37,7 +37,7 @@
  4. CC = gcc
  5. CCOPTS = -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -g
  6. -CFLAGS = $(CCOPTS) $(GLIBCFIX) -I$(KERNEL_INCLUDE) -I../include $(DEFINES)
  7. +CFLAGS = $(CCOPTS) $(GLIBCFIX) -I../include -I$(KERNEL_INCLUDE) $(DEFINES)
  8. LDLIBS += -L../lib -lnetlink -lutil