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