Changeset f118837
- Timestamp:
- Feb 21, 2006, 12:23:05 AM (20 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- fcf217f
- Parents:
- 236a72e
- File:
- 
      - 1 edited
 
 - 
          
  scripts/untested/blfs-scripts/blfs-swig.sh (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      scripts/untested/blfs-scripts/blfs-swig.shr236a72e rf118837 6 6 LOG=swig-blfs.log 7 7 8 set -x 8 9 set_libdirname 10 set +x 9 11 setup_multiarch 10 12 11 13 unpack_tarball swig-${SWIG_VER} 12 14 cd ${PKGDIR} 15 16 echo ${libdirname} 17 18 echo ${DEFAULTENV} 19 20 sed -i "s@PYLIBDIR=\"lib\"@PYLIBDIR=\"${libdirname}\"@g" configure 21 echo "JAVA_HOME ${JAVA_HOME} ${BUILDENV}" 13 22 14 23 # TODO: ensure swig looks in lib64 for python libs... … … 21 30 CFLAGS="${TGT_CFLAGS}" \ 22 31 CXXFLAGS="${TGT_CFLAGS}" \ 23 ./configure --prefix=usr \ 32 ./configure --prefix=/usr \ 33 --with-tclconfig=/usr/${libdirname} \ 34 --with-java=${JAVA_HOME}/bin \ 35 --with-javaincl=${JAVA_HOME}/include \ 24 36 >> ${LOGFILE} 2>&1 && 25 37 echo " o Configure OK" && 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
