diff --git a/src/mod/event_handlers/mod_radius_cdr/Makefile b/src/mod/event_handlers/mod_radius_cdr/Makefile index 4ee81e0e03..dfdd9e78f2 100644 --- a/src/mod/event_handlers/mod_radius_cdr/Makefile +++ b/src/mod/event_handlers/mod_radius_cdr/Makefile @@ -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