- Timestamp:
- Feb 21, 2006, 12:22:58 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- f118837
- Parents:
- 4e71b7e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/untested/blfs-scripts/blfs-lesstif.sh
r4e71b7e r236a72e 17 17 cd ${PKGDIR} 18 18 19 apply_patch lesstif-0.94.0-use_libdir 19 case ${LESSTIF_VER} in 20 0.94.0 ) 21 apply_patch lesstif-0.94.0-use_libdir 22 ;; 23 0.94.4 ) 24 apply_patch lesstif-0.94.4-use_libdir_and_fix_installdirs 25 apply_patch lesstif-0.94.4-testsuite_fix-1 26 ;; 27 esac 28 29 # fix mxmkmf generation to point at correct location when multi-arch 30 sed -i -e "/^lcfgdir=/s@/lib/@/${libdirname}/@g" \ 31 lib/config/mxmkmf.in 20 32 21 33 max_log_init lesstif ${LESSTIF_VER} "blfs (shared)" ${CONFLOGS} ${LOG} 22 34 CC="${CC-gcc} ${ARCH_CFLAGS}" \ 23 35 CXX="${CXX-g++} ${ARCH_CFLAGS}" \ 24 CFLAGS=" ${TGT_CFLAGS}" \25 CXXFLAGS=" ${TGT_CFLAGS}" \36 CFLAGS="-O2 -pipe ${TGT_CFLAGS}" \ 37 CXXFLAGS="-O2 -pipe ${TGT_CFLAGS}" \ 26 38 ./configure --prefix=/usr ${extra_conf} \ 27 39 --enable-build-21 \ … … 45 57 echo " o ALL OK" || barf 46 58 47 # TODO: Need to edit /usr/bin/mxmkmf to set the correct libdir ... 48 # (it really should be setup fom --libdir ) 49 if [ "Y" = "${MULTIARCH}" ]i; then 59 if [ "Y" = "${MULTIARCH}" ]; then 50 60 use_wrapper /usr/bin/mxmkmf 51 61 fi
Note:
See TracChangeset
for help on using the changeset viewer.