summaryrefslogtreecommitdiff
blob: ee6db253e4c26a35d63fd19313950ec6fd611665 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- Lib/Slatec/Makefile.PL	2007-09-11 18:30:14.000000000 +0200
+++ Lib/Slatec/Makefile.PL	2007-09-11 18:28:55.000000000 +0200
@@ -136,7 +136,7 @@
 ("
 
 slatec/$_\$(OBJ_EXT): slatec/$_.f 
-	$mycompiler -c $hack_64bit -o slatec/$_\$(OBJ_EXT) $mycflags slatec/$_.f
+	$mycompiler -c -fPIC -o slatec/$_\$(OBJ_EXT) $mycflags slatec/$_.f
 " )} @slatecfiles;
  
 }