mirror of
https://git.kernel.org/pub/scm/network/iproute2/iproute2.git
synced 2024-11-24 10:23:40 +08:00
More build and target directory changes.
(Logical change 1.20)
This commit is contained in:
parent
0642e0ac73
commit
c90d5875a9
4
Makefile
4
Makefile
@ -1,6 +1,6 @@
|
||||
# Path to parent kernel include files directory
|
||||
DESTDIR=
|
||||
SBINDIR=/sbin
|
||||
SBINDIR=/usr/sbin
|
||||
CONFDIR=/etc/iproute2
|
||||
DOCDIR=/usr/doc/iproute2
|
||||
|
||||
@ -25,7 +25,7 @@ ADDLIB+=ipx_ntop.o ipx_pton.o
|
||||
|
||||
CC = gcc
|
||||
CCOPTS = -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -g
|
||||
CFLAGS = $(CCOPTS) $(GLIBCFIX) -I$(KERNEL_INCLUDE) -I../include $(DEFINES)
|
||||
CFLAGS = $(CCOPTS) -I$(KERNEL_INCLUDE) -I../include -I/usr/include/db41 $(DEFINES)
|
||||
|
||||
LDLIBS += -L../lib -lnetlink -lutil
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user