components/bind/Makefile
branchs11-update
changeset 2452 9dc4dfa4b04d
parent 2434 6c9bb5cf5610
child 2898 36ec5a71d659
equal deleted inserted replaced
2451:f54396da08ea 2452:9dc4dfa4b04d
    59 CONFIGURE_OPTIONS +=	--enable-threads=yes
    59 CONFIGURE_OPTIONS +=	--enable-threads=yes
    60 CONFIGURE_OPTIONS +=	--enable-devpoll=yes
    60 CONFIGURE_OPTIONS +=	--enable-devpoll=yes
    61 CONFIGURE_OPTIONS +=	--disable-openssl-version-check
    61 CONFIGURE_OPTIONS +=	--disable-openssl-version-check
    62 CONFIGURE_OPTIONS +=	--enable-fixed-rrset
    62 CONFIGURE_OPTIONS +=	--enable-fixed-rrset
    63 CONFIGURE_OPTIONS +=	--with-pkcs11
    63 CONFIGURE_OPTIONS +=	--with-pkcs11
       
    64 # Bind configure will check for libxml2 versions 2.6.x/2.7.x/2.8.x.
       
    65 # To make it use version 2.9.x we need to skip this check by
       
    66 # specifying path where libxml2 is installed.
       
    67 CONFIGURE_OPTIONS +=	--with-libxml2=/usr
    64 
    68 
    65 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
    69 CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
    66 # Configure will add "-mt" to CC which is already set in CFLAGS, so override.
    70 # Configure will add "-mt" to CC which is already set in CFLAGS, so override.
    67 CONFIGURE_OPTIONS +=	CC="$(CC)"
    71 CONFIGURE_OPTIONS +=	CC="$(CC)"
    68 
    72