Changeset cc8d737 in clfs-sysroot for BOOK/final-system/common/psmisc.xml
- Timestamp:
- Mar 15, 2009, 7:07:43 PM (17 years ago)
- Branches:
- master
- Children:
- 8909252
- Parents:
- 47dadc6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/psmisc.xml
r47dadc6 rcc8d737 30 30 following tells it that we do:</para> 31 31 32 <screen os="a2"><userinput>echo "ac_cv_func_malloc_0_nonnull=yes" > config.cache 33 echo "ac_cv_func_realloc_0_nonnull=yes" >> config.cache</userinput></screen> 32 <screen os="a2"><userinput>cat > config.cache << EOF 33 ac_cv_func_malloc_0_nonnull=yes 34 ac_cv_func_realloc_0_nonnull=yes 35 EOF</userinput></screen> 34 36 35 37 <para os="a">Prepare Psmisc for compilation:</para>
Note:
See TracChangeset
for help on using the changeset viewer.