# HG changeset patch # User Pascal Bellard # Date 1386107170 0 # Node ID b277cf36e71bedc6234c53c90b1678a958846ba9 # Parent 9d97bcfbe8632498fad32f09c0bae3dd28a7f5d0 siproxd, smx: update bdeps diff -r 9d97bcfbe863 -r b277cf36e71b siproxd/receipt --- a/siproxd/receipt Tue Dec 03 19:03:03 2013 +0000 +++ b/siproxd/receipt Tue Dec 03 21:46:10 2013 +0000 @@ -12,7 +12,7 @@ CONFIG_FILES="/etc/siproxd" DEPENDS="osip" -BUILD_DEPENDS="osip-dev" +BUILD_DEPENDS="osip-dev libtool" # Rules to configure and make the package. compile_rules() diff -r 9d97bcfbe863 -r b277cf36e71b smx/receipt --- a/smx/receipt Tue Dec 03 19:03:03 2013 +0000 +++ b/smx/receipt Tue Dec 03 21:46:10 2013 +0000 @@ -12,7 +12,7 @@ DEPENDS="unixODBC sqlite libgd libcrypto gcc-lib-base zlib" BUILD_DEPENDS="apache-dev apr-dev apr-util-dev unixODBC-dev \ -sqlite libgd-dev openssl-dev" +sqlite libgd-dev openssl-dev perl libtool" # Rules to configure and make the package. compile_rules()