From e2a63ac51d1f70355a83a947527cb0cd2169b26d Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 5 Jun 2012 17:49:57 +0000 Subject: rename libmisc.a to libipfixmisc.a libmisc.a is too generic to be globally staged. It was clashing with xinetd builds. SVN-Revision: 32066 --- package/wprobe/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/wprobe') 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