From: Michael Tremer Date: Mon, 22 Mar 2010 18:04:02 +0000 (+0100) Subject: libpcap: Fix naming of shared object. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fca3d1ded31da44810b113b65104c6cda8c9695d;p=ipfire-3.x.git libpcap: Fix naming of shared object. --- diff --git a/pkgs/core/libpcap/libpcap.nm b/pkgs/core/libpcap/libpcap.nm index defe9bb43..3e976c2e3 100644 --- a/pkgs/core/libpcap/libpcap.nm +++ b/pkgs/core/libpcap/libpcap.nm @@ -48,6 +48,11 @@ endef PKG_TARBALL = $(THISAPP).tar.gz +define STAGE_PREPARE_CMDS + # Overwrite version + cd $(DIR_APP) && echo "1.0.0" > VERSION +endef + define STAGE_INSTALL -mkdir -pv $(BUILDROOT)/usr/bin cd $(DIR_APP) && make install install-shared-so DESTDIR=$(BUILDROOT)