mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
libpcap, remove static library (#8319)
This commit is contained in:
@@ -22,7 +22,7 @@ COPYRIGHT="1988-1998 The Regents of the University of California
|
||||
2009 Felix Obenhuber
|
||||
2014 Michal Labedzki for Tieto Corporation"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://www.tcpdump.org/release/libpcap-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="2a8885c403516cf7b0933ed4b14d6caa30e02052489ebd414dc75ac52e7559e6"
|
||||
|
||||
@@ -61,7 +61,7 @@ BUILD_PREREQUIRES="
|
||||
cmd:flex
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:libtoolize
|
||||
cmd:libtoolize$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
@@ -78,13 +78,15 @@ INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
# remove static library
|
||||
rm -f $libDir/libpcap.a
|
||||
|
||||
# prepare develop/lib
|
||||
prepareInstalledDevelLibs libpcap
|
||||
prepareInstalledDevelLib libpcap
|
||||
fixPkgconfig
|
||||
|
||||
# devel package
|
||||
packageEntries devel \
|
||||
$developDir \
|
||||
$binDir/pcap-config
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user