Changeset 57d97a5 for scripts/untested/blfs-scripts
- Timestamp:
- Feb 21, 2006, 12:22:06 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:
- c2b8e07
- Parents:
- 41a2794
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/untested/blfs-scripts/blfs-lcms.sh
r41a2794 r57d97a5 18 18 19 19 # TODO: need to patch python/lcms.i as SWIG_LPGAMMATABLE is not defined 20 21 sed -i 's@SWIGTYPE_LPGAMMATABLE@SWIGTYPE_p_GAMMATABLE@g' python/lcms.i 22 20 23 # TODO: check python output what it defines for site-packeages during 21 24 # bi-arch builds... python script dir is always lib, not lib64 … … 29 32 CFLAGS="${TGT_CFLAGS}" \ 30 33 CXXFLAGS="${TGT_CFLAGS}" \ 34 LDFLAGS="-L/usr/${libdirname}" \ 31 35 ./configure --prefix=/usr --with-python ${extra_conf} \ 32 36 >> ${LOGFILE} 2>&1 &&
Note:
See TracChangeset
for help on using the changeset viewer.