From: Stephen Hemminger Date: Wed, 11 Oct 2017 17:35:00 +0000 (-0700) Subject: tipc: don't need custom CFLAGS X-Git-Tag: v4.14.0~25^2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0af8fc1aaedb9998748f72453152a941256dd78;p=thirdparty%2Fiproute2.git tipc: don't need custom CFLAGS Since libmnl CFLAGS are now handled by config.mk Signed-off-by: Stephen Hemminger --- diff --git a/tipc/Makefile b/tipc/Makefile index 2212beb06..d3c957e23 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