lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

510-bind-CC.patch (995B)


      1 --- a/bind/Makefile.in
      2 +++ b/bind/Makefile.in
      3 @@ -63,8 +63,14 @@
      4  	else                                                            \
      5  		echo Configuring BIND Export libraries for DHCP. ;      \
      6  		rm -rf ${cleandirs} ${cleanfiles} ;                     \
      7 -		(cd ${bindsrcdir} &&                                    \
      8 -                 ./configure ${bindconfig} > ${binddir}/configure.log); \
      9 +               (cd ${bindsrcdir} && export CC=${CROSS_CC} &&           \
     10 +                ./configure  --disable-atomic --disable-kqueue         \
     11 +                --disable-epoll --disable-devpoll --without-openssl    \
     12 +                --without-libxml2 --enable-exportlib                   \
     13 +                --enable-threads=no                                    \
     14 +                --with-export-includedir=${binddir}/include            \
     15 +                --with-export-libdir=${binddir}/lib --with-gssapi=no   \
     16 +               --without-randomdev > ${binddir}/configure.log);       \
     17  	fi
     18  
     19  atf: