Merge pull request #467 from Linux4Yourself/fix

Fix #466
This commit is contained in:
Anton 2021-06-01 12:25:28 +03:00 committed by GitHub
commit d5b69659e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 51 additions and 4 deletions

View File

@ -0,0 +1,45 @@
<package-info :package="package" showsbu2></package-info>
<script>
new Vue({
el: '#main',
data: { package: {} },
mounted: function () {
this.getPackage('procps-ng');
},
methods: {
getPackage: function(name) {
getPackage(name)
.then(response => this.package = response);
},
}
})
</script>
## Настройка
```bash
./configure --prefix=/usr \
--disable-static \
--disable-kill --with-systemd
```
## Сборка
```bash
make
```
## Тестирование
```bash
make check
```
## Установка
```bash
make install
```

View File

@ -25,7 +25,6 @@
--disable-kill
```
Для использования systemd добавьте параметр `--with-systemd`
## Сборка

View File

@ -31,7 +31,8 @@
--disable-pylibmount \
--disable-static \
--without-python \
runstatedir=/run
runstatedir=/run \
--enable-usrdir-path
```
## Сборка

View File

@ -33,7 +33,8 @@
--without-python \
--without-systemd \
--without-systemdsystemunitdir \
runstatedir=/run
runstatedir=/run \
--enable-usrdir-path
```
## Сборка
@ -82,7 +83,8 @@ CC="gcc -m32" \
--enable-libmount-force-mountinfo \
--without-systemd \
--without-systemdsystemunitdir \
runstatedir=/run --disable-fdisks --disable-mount --disable-fsck
runstatedir=/run --disable-fdisks \
--disable-mount --disable-fsck
```
### Сборка