Revision: 6639 http://ipcop.svn.sourceforge.net/ipcop/?rev=6639&view=rev Author: gespinasse Date: 2012-06-03 17:25:53 +0000 (Sun, 03 Jun 2012) Log Message: -----------
Disable linking to libxml2 as only named use that feature and we don't use named. That spare a few bytes in libs and binaries. Disable gssapi if bind is rebuild after krb5 was build Remove --enable-shared option as this is the default Modified Paths: -------------- ipcop/trunk/lfs/bind Modified: ipcop/trunk/lfs/bind =================================================================== --- ipcop/trunk/lfs/bind 2012-06-02 21:28:33 UTC (rev 6638) +++ ipcop/trunk/lfs/bind 2012-06-03 17:25:53 UTC (rev 6639) @@ -82,11 +82,15 @@ @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + # Linking to libxml2 is not necessary as this feed a stats server for named (that we do not use) + # Disable gssapi in case bind package is rebuild after krb5 build cd $(DIR_APP) && ./configure --prefix=/usr \ --localstatedir=/var \ - --enable-shared \ --disable-static \ - --with-libtool + --with-gssapi=no \ + --with-libtool \ + --with-libxml2=no + cd $(DIR_APP)/lib && make -j $(PARALLELISM) cd $(DIR_APP)/lib && make install cd $(DIR_APP)/bin/nsupdate && make -j $(PARALLELISM) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn