mirror of
https://github.com/KeithDHedger/LFSPkgBuilds.git
synced 2025-08-25 05:06:00 +00:00
fixed swig pcre dep
This commit is contained in:
@ -2,6 +2,12 @@
|
|||||||
|
|
||||||
. /usr/share/LFSPkg/LFSFunctions
|
. /usr/share/LFSPkg/LFSFunctions
|
||||||
|
|
||||||
|
DEPENDS="pcre-8.41"
|
||||||
|
|
||||||
|
if ! lfspkg -B "$DEPENDS";then
|
||||||
|
exit 100
|
||||||
|
fi
|
||||||
|
|
||||||
PKGNAME="swig"
|
PKGNAME="swig"
|
||||||
TARNAME="$PKGNAME"
|
TARNAME="$PKGNAME"
|
||||||
VERSION="3.0.12"
|
VERSION="3.0.12"
|
||||||
|
Reference in New Issue
Block a user