diff -Naurd libpam-radius-auth-1.3.15.org/Makefile libpam-radius-auth-1.3.15/Makefile
--- libpam-radius-auth-1.3.15.org/Makefile 2002-10-31 09:22:26.000000000 +0100
+++ libpam-radius-auth-1.3.15/Makefile 2002-10-31 09:22:50.000000000 +0100
@@ -39,7 +39,7 @@
# On Solaris, you might try using '-G', instead.
#
pam_radius_auth.so: pam_radius_auth.o md5.o
- ld -Bshareable pam_radius_auth.o md5.o -lpam -o pam_radius_auth.so
+ gcc -shared pam_radius_auth.o md5.o -lpam -lc -o pam_radius_auth.so
######################################################################
#