components/openexr/Makefile
changeset 3823 8a78c695182b
parent 3817 30b42c38bbc4
child 4104 3dc5412c5fb1
equal deleted inserted replaced
3822:fe3bbc835041 3823:8a78c695182b
    55 # (and beyond), there is a bug in the CC driver that is not correctly using
    55 # (and beyond), there is a bug in the CC driver that is not correctly using
    56 # the '-library=Cstd,Crun' we are passing to it.
    56 # the '-library=Cstd,Crun' we are passing to it.
    57 LIBS += -lc -lm -lCstd -lCrun
    57 LIBS += -lc -lm -lCstd -lCrun
    58 
    58 
    59 COMPONENT_TEST_TRANSFORMS += \
    59 COMPONENT_TEST_TRANSFORMS += \
    60      '-e "s^-L$(CONFIGURE_LIBDIR.$(BITS))^^g"'
    60      '-e "s^-L$(CONFIGURE_LIBDIR.$(BITS))^^g"' \
       
    61      '-e "/libtool/d"' \
       
    62      '-e "/-m32/d"' \
       
    63      '-e "/-m64/d"' \
       
    64      '-e "/DEPDIR=/d"'
    61 
    65 
    62 CONFIGURE_ENV += CFLAGS="$(CFLAGS)"
    66 CONFIGURE_ENV += CFLAGS="$(CFLAGS)"
    63 CONFIGURE_ENV += CXXFLAGS="$(CXXFLAGS)"
    67 CONFIGURE_ENV += CXXFLAGS="$(CXXFLAGS)"
    64 CONFIGURE_ENV += LIBS="$(LIBS)"
    68 CONFIGURE_ENV += LIBS="$(LIBS)"
    65 CONFIGURE_ENV += PKG_CONFIG_PATH="$(PKG_CONFIG_PATH)"
    69 CONFIGURE_ENV += PKG_CONFIG_PATH="$(PKG_CONFIG_PATH)"
    89 REQUIRED_PACKAGES += library/ilmbase
    93 REQUIRED_PACKAGES += library/ilmbase
    90 REQUIRED_PACKAGES += library/zlib
    94 REQUIRED_PACKAGES += library/zlib
    91 REQUIRED_PACKAGES += system/library
    95 REQUIRED_PACKAGES += system/library
    92 REQUIRED_PACKAGES += system/library/c++-runtime
    96 REQUIRED_PACKAGES += system/library/c++-runtime
    93 REQUIRED_PACKAGES += system/library/math
    97 REQUIRED_PACKAGES += system/library/math
       
    98