From ab2f45852a3d01be692beafb304c471f96a61e20 Mon Sep 17 00:00:00 2001 From: Andrew Pogrebennyk Date: Fri, 22 Jun 2012 16:48:57 +0000 Subject: [PATCH] attempt to fix debian 64-bit builds --- pkg/kamailio/deb/squeeze/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/kamailio/deb/squeeze/rules b/pkg/kamailio/deb/squeeze/rules index bf53a51a0..59061b321 100755 --- a/pkg/kamailio/deb/squeeze/rules +++ b/pkg/kamailio/deb/squeeze/rules @@ -46,7 +46,7 @@ PACKAGE_GROUPS=mysql postgres berkeley unixodbc radius presence \ sqlite json # name of libdir in the path for libraries (e.g., lib for 32b, lib64 for 64b) -LIBDIR ?= lib +export LIBDIR=lib64 # directories with possible duplicate libraries (that should be deleted # from current module* packages)