aboutsummaryrefslogtreecommitdiffstats
path: root/package/libipfix/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2012-06-05 17:49:57 +0000
committerJohn Crispin <blogic@openwrt.org>2012-06-05 17:49:57 +0000
commitc87050440ca9aca213322224fd9ed96afed99dca (patch)
treef5bb6175c02c501caa8a3cf2c560ce48ac63fcc0 /package/libipfix/Makefile
parentff53498dd2c7e1768abb5ff31371090216ac8019 (diff)
downloadmaster-187ad058-c87050440ca9aca213322224fd9ed96afed99dca.tar.gz
master-187ad058-c87050440ca9aca213322224fd9ed96afed99dca.tar.bz2
master-187ad058-c87050440ca9aca213322224fd9ed96afed99dca.zip
[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
Diffstat (limited to 'package/libipfix/Makefile')
-rw-r--r--package/libipfix/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libipfix/Makefile b/package/libipfix/Makefile
index 272b87c6ac..e4c9315910 100644
--- a/package/libipfix/Makefile
+++ b/package/libipfix/Makefile
@@ -36,7 +36,7 @@ define Build/Compile
exec_prefix="$(PKG_INSTALL_DIR)/usr" \
all install
$(TARGET_CROSS)ranlib $(PKG_INSTALL_DIR)/usr/lib/libipfix.a
- $(TARGET_CROSS)ranlib $(PKG_INSTALL_DIR)/usr/lib/libmisc.a
+ $(TARGET_CROSS)ranlib $(PKG_INSTALL_DIR)/usr/lib/libipfixmisc.a
endef
define Build/InstallDev