]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
freetdm: added more arguments to ftdm_abi_check when generating ftdm releases
authorArnaldo Pereira <arnaldo@sangoma.com>
Mon, 28 Feb 2011 21:48:55 +0000 (18:48 -0300)
committerArnaldo Pereira <arnaldo@sangoma.com>
Mon, 28 Feb 2011 21:48:55 +0000 (18:48 -0300)
libs/freetdm/mkrelease.sh

index 34b93b7ad7104dac791482dc2a553666c5b7851b..70b98cf2516927cddd38292ea05223e0cefee8ab 100755 (executable)
@@ -101,7 +101,7 @@ release="freetdm-$VERSION"
 
 # ABI compatibility check
 if [ -x /usr/local/bin/ftdm_abi_check.py ]; then
-       /usr/local/bin/ftdm_abi_check.py $(pwd) $major
+       /usr/local/bin/ftdm_abi_check.py --release_path=$(pwd) --archive_path=/usr/local/freetdm_releases --major_version=$major
        if [ $? -ne 0 ]; then
                echo "ABI compabitility test failed, not creating release. Either increment the major version number or fix the interface."
                exit 1