[LFS Trac] #5812: alignment/blocking - LFS r12.4-37-systemd
| Newsgroups | gmane.linux.lfs.book |
|---|---|
| Message-ID | <[email protected]> |
#5812: alignment/blocking - LFS r12.4-37-systemd
---------------------------+----------------------
Reporter: rhubarbpieguy | Owner: lfs-book
Type: enhancement | Status: new
Priority: normal | Milestone: 12.5
Component: Book | Version: git
Severity: normal | Keywords:
---------------------------+----------------------
{{{
I hope the sed modifications show the preferred format. I'm uncertain
about the last ninja line.
chapter08/glibc.html
sed -e '/unistd.h/i #include <string.h>' \
-e '/libc_rwlock_init/c\
__libc_rwlock_define_initialized (, reset_lock);\
memcpy (&lock, &reset_lock, sizeof (lock));' \
modification?
sed -e '/unistd.h/i #include <string.h>' \
-e '/libc_rwlock_init/c \
__libc_rwlock_define_initialized (, reset_lock); \
memcpy (&lock, &reset_lock, sizeof (lock));' \
------------------------------------------------------
chapter08/ninja.html
sed -i '/int Guess/a \
int j = 0;\
char* jobs = getenv( "NINJAJOBS" );\
if ( jobs != NULL ) j = atoi( jobs );\
if ( j > 0 ) return j;\
modification?
sed -i '/int Guess/a \
int j = 0; \
char* jobs = getenv( "NINJAJOBS" ); \
if ( jobs != NULL ) j = atoi( jobs ); \
if ( j > 0 ) return j; \
-------------------------------------------
chapter08/sqlite.html
./configure --prefix=/usr \
--disable-static \
--enable-fts{4,5} \
CPPFLAGS="-D SQLITE_ENABLE_COLUMN_METADATA=1 \
-D SQLITE_ENABLE_UNLOCK_NOTIFY=1 \
-D SQLITE_ENABLE_DBSTAT_VTAB=1 \
modification
./configure --prefix=/usr \
--disable-static \
--enable-fts{4,5} \
CPPFLAGS="-D SQLITE_ENABLE_COLUMN_METADATA=1 \
-D SQLITE_ENABLE_UNLOCK_NOTIFY=1 \
-D SQLITE_ENABLE_DBSTAT_VTAB=1 \
}}}
--
Ticket URL: <https://wiki.linuxfromscratch.org/lfs/ticket/5812>
LFS Trac <https://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.
--
http://lists.linuxfromscratch.org/sympa/info/lfs-book
Unsubscribe: See the above information page