From b0af8fc1aaedb9998748f72453152a941256dd78 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Wed, 11 Oct 2017 10:35:00 -0700 Subject: [PATCH] tipc: don't need custom CFLAGS Since libmnl CFLAGS are now handled by config.mk Signed-off-by: Stephen Hemminger --- tipc/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/tipc/Makefile b/tipc/Makefile index 2212beb0..d3c957e2 100644 --- a/tipc/Makefile +++ b/tipc/Makefile @@ -10,8 +10,6 @@ TIPCOBJ=bearer.o \ peer.o tipc.o TARGETS=tipc -CFLAGS += $(shell $(PKG_CONFIG) libmnl --cflags) -LDLIBS += $(shell $(PKG_CONFIG) libmnl --libs) endif