Merge pull request #444 from Linux4Yourself/fix

Remove unneeded for m4-1.4.19 sed command
This commit is contained in:
Anton 2021-05-29 23:22:11 +03:00 committed by GitHub
commit cf5c1a21e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 23 deletions

View File

@ -16,33 +16,27 @@
})
</script>
## Подготовка
Исправьте некоторые ошибки и внесите несколько изменений, необходимых для glibc-2.28 и новее:
## Настройка
```bash
sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' lib/*.c
echo "#define _IO_IN_BACKUP 0x100" >> lib/stdio-impl.h
```
## Настройка
```
./configure --prefix=/usr
```
## Сборка
```
```bash
make
```
## Тестирование
```
```bash
make check
```
## Установка
```
```bash
make install
```

View File

@ -18,15 +18,6 @@
## Настройка
Во-первых, примените исправление для новых версий glibc:
```bash
sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' lib/*.c
echo "#define _IO_IN_BACKUP 0x100" >> lib/stdio-impl.h
```
Запустите скрипт `configure`:
```bash
./configure --prefix=/usr \
--host=$LIN_TGT \

View File

@ -17,6 +17,7 @@
</script>
## Настройка
```bash
./configure --prefix=/usr \
--host=$LIN_TGT \
@ -24,11 +25,13 @@
```
## Сборка
```bash
make
```
## Установка
```bash
make DESTDIR=$LIN install
```

View File

@ -22,7 +22,6 @@
## Настройка
```bash
./configure --prefix=/usr \
--disable-static
@ -34,6 +33,7 @@
```bash
make
```
## Тестирование
```bash

View File

@ -22,7 +22,6 @@
## Настройка
```bash
./configure --prefix=/usr \
--disable-static
@ -34,6 +33,7 @@
```bash
make
```
## Тестирование
```bash