libpam-radius-auth (1.3.16-4.4) 001.fix_Makefile.diff

Summary

 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

    
download this patch

Patch contents

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
 
 ######################################################################
 #