]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix 64 bit build of radius modules (FSBUILD-179)
authorMichael Jerris <mike@jerris.com>
Fri, 10 Jul 2009 20:01:01 +0000 (20:01 +0000)
committerMichael Jerris <mike@jerris.com>
Fri, 10 Jul 2009 20:01:01 +0000 (20:01 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14201 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/event_handlers/mod_radius_cdr/Makefile

index 4ee81e0e03f83487e177f23e02c13ba331ca1be3..dfdd9e78f29389668e17d3d3972f7e6a74538b6e 100644 (file)
@@ -14,7 +14,7 @@ $(RADCLIENT_DIR):
        $(GETLIB) $(RADCLIENT).tar.gz
 
 $(RADCLIENT_DIR)/Makefile: $(RADCLIENT_DIR)
-       cd $(RADCLIENT_DIR) && ./configure --disable-shared
+       cd $(RADCLIENT_DIR) && ./configure --disable-shared --with-pic
        $(TOUCH_TARGET)
 
 $(RADCLIENT_LA): $(RADCLIENT_DIR)/Makefile