BIND 10 #1640: incomplete pc file for botan and wrong filename for botan-config

BIND 10 Development do-not-reply at isc.org
Fri Mar 9 01:18:08 UTC 2012


#1640: incomplete pc file for botan and wrong filename for botan-config
-------------------------------------+-------------------------------------
                   Reporter:  jreed  |                 Owner:  jelte
                       Type:         |                Status:  reviewing
  defect                             |             Milestone:
                   Priority:  low    |  Sprint-20120320
                  Component:  build  |            Resolution:
  system                             |             Sensitive:  0
                   Keywords:         |           Sub-Project:  Core
            Defect Severity:  N/A    |  Estimated Difficulty:  4
Feature Depending on Ticket:         |           Total Hours:  0
        Add Hours to Ticket:  0      |
                  Internal?:  0      |
-------------------------------------+-------------------------------------
Changes (by kevin_tes):

 * owner:  kevin_tes => jelte


Comment:

 There is another situation in my Ubuntu:
 @ubuntu:~$ botan-config --libs
 -lbotan
 @ubuntu:~$ pkg-config --libs botan-1.8
 -lbotan

 You can see the PC data is incomplete and the filename for botan-config
 script is not versioned, but, it can "configure" and "make" bind
 successfully.

 So, I'm not sure whether the fix will solve the problem.

 The following is my botan-1.8.pc:

 prefix=/usr

 exec_prefix=${prefix}

 libdir=${prefix}/lib

 includedir=${prefix}/include



 Name: Botan

 Description: Multi-platform C++ crypto library

 Version: 1.8.13



 Libs: -L${libdir} -lbotan

 Libs.private:  -L${libdir} -lbz2 -lcrypto -lgmp -lpthread -lz

 Cflags: -I${includedir}


 BTW, sorry for the late comments.

-- 
Ticket URL: <http://bind10.isc.org/ticket/1640#comment:13>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development


More information about the bind10-tickets mailing list