Opened 6 months ago

#72893 new defect

libtar opportunistically links to zlib

Reported by: barracuda156 Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.11.5
Keywords: Cc:
Port: libtar

Description

$ port deps libtar
Full Name: libtar @1.2.20_0
Build Dependencies:   autoconf, automake, libtool
$ otool -L /opt/local/bin/libtar
/opt/local/bin/libtar:
	/opt/local/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.3.1)
	/opt/local/lib/libtar.0.dylib (compatibility version 1.0.0, current version 1.0.0)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.2.11)

Change History (0)

Note: See TracTickets for help on using tickets.