Changeset 014d750f
- Timestamp:
- 02/25/2014 12:04:57 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- ec7940be
- Parents:
- c8a33e3
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/json-c.xml
rc8a33e3 r014d750f 93 93 94 94 <screen><userinput>./configure --prefix=/usr --disable-static && 95 make </userinput></screen>95 make -j1</userinput></screen> 96 96 97 97 <para> -
general/prog/slang.xml
rc8a33e3 r014d750f 88 88 --sysconfdir=/etc \ 89 89 --with-readline=gnu && 90 make </userinput></screen>90 make -j1</userinput></screen> 91 91 92 92 <para>To test the results, issue: <command>make check</command>. Note that -
multimedia/audioutils/cdparanoia.xml
rc8a33e3 r014d750f 104 104 <screen><userinput>patch -Np1 -i ../cdparanoia-&CDParanoia-version;-gcc_fixes-1.patch && 105 105 ./configure --prefix=/usr --mandir=/usr/share/man && 106 make </userinput></screen>106 make -j1</userinput></screen> 107 107 108 108 <para> -
networking/mailnews/mailx.xml
rc8a33e3 r014d750f 99 99 100 100 <screen><userinput>patch -Np1 -i ../mailx-&mailx-version;-openssl_1.0.0_build_fix-1.patch && 101 make SENDMAIL=/usr/sbin/sendmail </userinput></screen>101 make SENDMAIL=/usr/sbin/sendmail -j1</userinput></screen> 102 102 103 103 <para>This package does not come with a test suite.</para> -
networking/netutils/nmap.xml
rc8a33e3 r014d750f 105 105 106 106 <screen><userinput>./configure --prefix=/usr && 107 make </userinput></screen>107 make -j1</userinput></screen> 108 108 109 109 <para>This package does not come with a test suite.</para> -
postlfs/security/cyrus-sasl.xml
rc8a33e3 r014d750f 140 140 --with-dbpath=/var/lib/sasl/sasldb2 \ 141 141 --with-saslauthd=/var/run/saslauthd && 142 make </userinput></screen>142 make -j1</userinput></screen> 143 143 144 144 <para> -
postlfs/security/nss.xml
rc8a33e3 r014d750f 127 127 ZLIB_LIBS=-lz \ 128 128 $([ $(uname -m) = x86_64 ] && echo USE_64=1) \ 129 $([ -f /usr/include/sqlite3.h ] && echo NSS_USE_SYSTEM_SQLITE=1) </userinput></screen>129 $([ -f /usr/include/sqlite3.h ] && echo NSS_USE_SYSTEM_SQLITE=1) -j1</userinput></screen> 130 130 131 131 <para>
Note:
See TracChangeset
for help on using the changeset viewer.