aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/ncftp3/files/patch-ae
blob: b1844072b3f639e7fafcec4c1d2b1e0099b755d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
*** libncftp/Makefile.in.orig	Thu Nov 13 04:43:48 1997
--- libncftp/Makefile.in	Tue Sep  8 00:22:36 1998
***************
*** 14,20 ****
  LIBS=-lStrn @LIBS@
  LDFLAGS=-L@srcdir@/../Strn @LDFLAGS@
  LIB=libncftp.a
! LIBSO=libncftp.so.2
  LIBSOS=libncftp.so
  
  # Any -D definitions:
--- 14,20 ----
  LIBS=-lStrn @LIBS@
  LDFLAGS=-L@srcdir@/../Strn @LDFLAGS@
  LIB=libncftp.a
! LIBSO=libncftp.so.2.0
  LIBSOS=libncftp.so
  
  # Any -D definitions:
***************
*** 55,61 ****
  
  $(LIBSO): $(SOBJS)
  	/bin/rm -f $(LIBSO) $(LIBSOS)
! 	gcc -shared -Wl,-soname,$(LIBSO) -o $(LIBSO) $(SOBJS)
  	/bin/ln -s $(LIBSO) $(LIBSOS)
  	-@/bin/ls -l $(LIBSO)
  
--- 55,61 ----
  
  $(LIBSO): $(SOBJS)
  	/bin/rm -f $(LIBSO) $(LIBSOS)
! 	$(CC) -shared -Wl,-x -o $(LIBSO) `lorder $(SOBJS) | tsort -q`
  	/bin/ln -s $(LIBSO) $(LIBSOS)
  	-@/bin/ls -l $(LIBSO)