Changeset 57d97a5


Ignore:
Timestamp:
Feb 21, 2006, 12:22:06 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
c2b8e07
Parents:
41a2794
Message:

r594@server (orig r592): ryan | 2005-08-05 23:05:33 -0700
Add sed to fix python/lcms.i as SWIG_LPGAMMATABLE is not defined
Add LDFLAGS pointing at /usr/${libdirname} to get around libtool issues



File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/untested/blfs-scripts/blfs-lcms.sh

    r41a2794 r57d97a5  
    1818
    1919# TODO: need to patch python/lcms.i as SWIG_LPGAMMATABLE is not defined
     20
     21sed -i 's@SWIGTYPE_LPGAMMATABLE@SWIGTYPE_p_GAMMATABLE@g' python/lcms.i
     22
    2023# TODO: check python output what it defines for site-packeages during
    2124#       bi-arch builds... python script dir is always lib, not lib64
     
    2932CFLAGS="${TGT_CFLAGS}" \
    3033CXXFLAGS="${TGT_CFLAGS}" \
     34LDFLAGS="-L/usr/${libdirname}" \
    3135./configure --prefix=/usr --with-python ${extra_conf} \
    3236   >> ${LOGFILE} 2>&1 &&
Note: See TracChangeset for help on using the changeset viewer.