From c87050440ca9aca213322224fd9ed96afed99dca Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 5 Jun 2012 17:49:57 +0000 Subject: [wprobe/ipfix] rename libmisc.a to libipfixmisc.a libmisc.a is too generic to be globally staged. It was clashing with xinetd builds. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32066 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/wprobe/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/wprobe/Makefile') diff --git a/package/wprobe/Makefile b/package/wprobe/Makefile index 1986cfa224..de1ba6d636 100644 --- a/package/wprobe/Makefile +++ b/package/wprobe/Makefile @@ -111,7 +111,7 @@ ifdef CONFIG_PACKAGE_wprobe-export CFLAGS="$(TARGET_CFLAGS)" \ CPPFLAGS="$(TARGET_CPPFLAGS) -I$(PKG_BUILD_DIR)/kernel -I$(PKG_BUILD_DIR)/user" \ LDFLAGS="$(TARGET_LDFLAGS)" \ - LIBS="$(PKG_BUILD_DIR)/user/libwprobe.a $(STAGING_DIR)/usr/lib/libipfix.a $(STAGING_DIR)/usr/lib/libmisc.a -lnl-tiny -lm" + LIBS="$(PKG_BUILD_DIR)/user/libwprobe.a $(STAGING_DIR)/usr/lib/libipfix.a $(STAGING_DIR)/usr/lib/libipfixmisc.a -lnl-tiny -lm" endef endif -- cgit v1.2.3