[haiku-commits] Re: haiku: hrev49137 - in src/bin/network/tcpdump: . libpcap tests libpcap/doc

  • From: François Revol <revol@xxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 01 May 2015 20:43:40 +0200

On 01/05/2015 19:47, François Revol wrote:

On 01/05/2015 12:19, jerome.duval@xxxxxxxxx wrote:
hrev49137 adds 2 changesets to branch 'master'
old head: d3a46694d5bb611f98a7df5ff3551731a6db9492
new head: 105c7e27371cd9f515edcd54908d8605e59b92db
overview:
http://cgit.haiku-os.org/haiku/log/?qt=range&q=105c7e27371c+%5Ed3a46694d5bb

----------------------------------------------------------------------------

042323f5ff57: Added libpcap and tcpdump packages.

* Also updated curl packages.

Would be nice to have the curl recipe, although I suppose it didn't change.

Btw, when trying make check in gambas3, I get :

ld: cannot find -lsocket

It looks like libtool actually uses the gcc2 .la files :

# grep -R lsocket /system/develop/lib/x86/*.la
# grep -R lsocket /system/develop/lib/*.la
/system/develop/lib/libapr-1.la:dependency_libs=' -lsocket'
/system/develop/lib/libcurl.la:dependency_libs='
-L/packages/openssl-1.0.0r-1/.self/develop/lib -lssl -lcrypto -lz -lsocket'
/system/develop/lib/libmp3lame.la:dependency_libs=' -lsocket -lnetwork'
/system/develop/lib/libuuid.la:dependency_libs=' -lsocket'

Looks like doing a clean build fixed it (although now it complains about
old an sdl package path...)

François.

Other related posts: