- Timestamp:
- Feb 21, 2006, 12:23:40 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:
- 3a35f23
- Parents:
- d8ed990
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/untested/blfs-scripts/blfs-OpenEXR.sh
rd8ed990 ra8f17cf 18 18 cd ${PKGDIR} 19 19 20 env | grep CONFIG 21 22 # LDFLAGS added to satisfy libtool (after libstdc++ symlinks were created) 20 23 max_log_init OpenEXR ${OPENEXR_VER} "blfs (shared)" ${CONFLOGS} ${LOG} 21 24 CC="${CC-gcc} ${ARCH_CFLAGS}" \ … … 23 26 CFLAGS="${TGT_CFLAGS}" \ 24 27 CXXFLAGS="${TGT_CFLAGS}" \ 28 LDFLAGS="-L/usr/${libdirname}" \ 25 29 ./configure --prefix=/usr ${extra_conf} \ 26 30 --mandir=/usr/share/man --infodir=/usr/share/info \
Note:
See TracChangeset
for help on using the changeset viewer.