components/doxygen/Makefile
changeset 1361 01948c44fa6a
parent 1303 79b691ffbda3
child 1394 5f86498eee95
equal deleted inserted replaced
1360:ed2174a87b88 1361:01948c44fa6a
    52 # understand CC, CXX, etc.
    52 # understand CC, CXX, etc.
    53 CONFIGURE_OPTIONS =	--platform solaris-cc-64
    53 CONFIGURE_OPTIONS =	--platform solaris-cc-64
    54 CONFIGURE_OPTIONS +=	--prefix /usr
    54 CONFIGURE_OPTIONS +=	--prefix /usr
    55 CONFIGURE_OPTIONS +=	--enable-langs nl,sv,cz,fr,id,it,de,jp,je,es,fi,ru,hr,pl,pt,hu,kr,ke,ro,si,cn,no,br,dk,sk,ua,gr,tw,sr,ca,lt,za,ar,fa
    55 CONFIGURE_OPTIONS +=	--enable-langs nl,sv,cz,fr,id,it,de,jp,je,es,fi,ru,hr,pl,pt,hu,kr,ke,ro,si,cn,no,br,dk,sk,ua,gr,tw,sr,ca,lt,za,ar,fa
    56 
    56 
    57 ASLR_MODE = $(ASLR_ENABLE)
    57 # It was found that 64-bit doxygen crashes when built with the 12.3 compiler
       
    58 # if ASLR is enabled.  Sun Studio bug #16984930 was filed about this.
       
    59 #
       
    60 ASLR_MODE = $(ASLR_DISABLE)
    58 
    61 
    59 # common targets
    62 # common targets
    60 build:		$(BUILD_64)
    63 build:		$(BUILD_64)
    61 
    64 
    62 install:	$(INSTALL_64)
    65 install:	$(INSTALL_64)