File: ltmain.diff

package info (click to toggle)
gretl 1.3.3-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 20,544 kB
  • ctags: 11,029
  • sloc: ansic: 156,263; xml: 31,443; sh: 8,558; makefile: 1,749; lisp: 1,120; perl: 911
file content (16 lines) | stat: -rw-r--r-- 373 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- ltmain.sh.orig	Sat May 24 11:13:58 2003
+++ ltmain.sh	Sat May 24 11:16:43 2003
@@ -1758,7 +1758,12 @@
 
 	  if test "$installed" = no; then
 	    notinst_deplibs="$notinst_deplibs $lib"
-	    need_relink=yes
+		case $host in
+		  *darwin*) need_relink=no
+		  ;;
+		  *) need_relink=yes
+	      ;;
+		esac
 	  fi
 
 	  if test -n "$old_archive_from_expsyms_cmds"; then