libpcap 0.9.5_1 does not build universal
If I try to install libpcap 0.9.5_1 as universal, the build completes, but the resulting library is not in fact universal.
$ sudo port install libpcap +universal
---> Fetching libpcap
---> Verifying checksum(s) for libpcap
---> Extracting libpcap
---> Applying patches to libpcap
---> Configuring libpcap
---> Building libpcap with target all
---> Staging libpcap into destroot
---> Installing libpcap 0.9.5_1+universal
---> Activating libpcap 0.9.5_1+universal
$ file /opt/local/lib/libpcap.0.9.5.dylib
/opt/local/lib/libpcap.0.9.5.dylib: Mach-O dynamically linked shared library i386
$
You should either add universal_variant no
to the portfile to indicate that universal building is not possible, or better yet, if you can figure out how to build it universal, then do that.
Change History (5)
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Resolution: |
fixed
|
Status: |
closed →
reopened
|
Owner: |
changed from macports-tickets@… to ricci@…
|
Status: |
reopened →
new
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
added 'universal_variant no' in r32499