From: Michael Tremer Date: Thu, 9 Apr 2009 09:03:48 +0000 (+0200) Subject: Install shared version of libpcap. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=711efccca73f194ae609400e7f127f90452b3b37;p=ipfire-3.x.git Install shared version of libpcap. --- diff --git a/lfs/libpcap b/lfs/libpcap index 488af1ffc..5bf30d755 100644 --- a/lfs/libpcap +++ b/lfs/libpcap @@ -62,6 +62,7 @@ $(OBJECT) : --prefix=/usr \ --disable-static cd $(DIR_APP) && make $(PARALLELISMFLAGS) - cd $(DIR_APP) && make install + cd $(DIR_APP) && make shared $(PARALLELISMFLAGS) + cd $(DIR_APP) && make install install-shared-so @rm -rf $(DIR_APP) @$(POSTBUILD)