mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-02 14:25:41 +08:00
Update license path for attr package (#941)
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user