mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
Update license path for attr package (#941)
This commit is contained in:
commit
72ca0cecd1
@ -47,7 +47,7 @@
|
|||||||
"provide-pre-built": true,
|
"provide-pre-built": true,
|
||||||
"license": {
|
"license": {
|
||||||
"type": "file",
|
"type": "file",
|
||||||
"path": "doc/COPYING"
|
"path": "doc/COPYING.LGPL"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"brotli": {
|
"brotli": {
|
||||||
@ -439,7 +439,7 @@
|
|||||||
"provide-pre-built": true,
|
"provide-pre-built": true,
|
||||||
"license": {
|
"license": {
|
||||||
"type": "file",
|
"type": "file",
|
||||||
"path": "doc/COPYING"
|
"path": "doc/COPYING.LGPL"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"libaom": {
|
"libaom": {
|
||||||
|
|||||||
@ -17,7 +17,7 @@ trait attr
|
|||||||
->exec('libtoolize --force --copy')
|
->exec('libtoolize --force --copy')
|
||||||
->exec('./autogen.sh || autoreconf -if')
|
->exec('./autogen.sh || autoreconf -if')
|
||||||
->configure('--disable-nls')
|
->configure('--disable-nls')
|
||||||
->make();
|
->make('install-attributes_h install-data install-libattr_h install-libLTLIBRARIES install-pkgincludeHEADERS install-pkgconfDATA', with_install: false);
|
||||||
$this->patchPkgconfPrefix(['libattr.pc'], PKGCONF_PATCH_PREFIX);
|
$this->patchPkgconfPrefix(['libattr.pc'], PKGCONF_PATCH_PREFIX);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -26,7 +26,7 @@ trait libacl
|
|||||||
->exec('libtoolize --force --copy')
|
->exec('libtoolize --force --copy')
|
||||||
->exec('./autogen.sh || autoreconf -if')
|
->exec('./autogen.sh || autoreconf -if')
|
||||||
->configure('--disable-nls', '--disable-tests')
|
->configure('--disable-nls', '--disable-tests')
|
||||||
->make();
|
->make('install-acl_h install-libacl_h install-data install-libLTLIBRARIES install-pkgincludeHEADERS install-sysincludeHEADERS install-pkgconfDATA', with_install: false);
|
||||||
$this->patchPkgconfPrefix(['libacl.pc'], PKGCONF_PATCH_PREFIX);
|
$this->patchPkgconfPrefix(['libacl.pc'], PKGCONF_PATCH_PREFIX);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user