File: 0004-Makefile-avoid-bg-sysdeps.diff

package info (click to toggle)
twoftpd 1.42-1.2
  • links: PTS
  • area: main
  • in suites: bullseye, buster
  • size: 700 kB
  • sloc: sh: 2,929; ansic: 2,182; makefile: 93
file content (11 lines) | stat: -rw-r--r-- 475 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/Makefile	2017-12-13 12:52:00.769778558 +0100
+++ b/Makefile	2017-12-13 12:50:38.781238702 +0100
@@ -59,7 +59,7 @@ load: conf-ld conf-bglibs
 	( bglibs=`head -n 1 conf-bglibs`; \
 	  echo '#!/bin/sh';\
 	  echo 'main="$$1"; shift';\
-	  echo exec `head -n 1 conf-ld` -L. "-L'$${bglibs}'" '-o "$$main" "$$main.o" $${1+"$$@"}' -lbg-sysdeps; \
+	  echo exec `head -n 1 conf-ld` -L. "-L'$${bglibs}'" '-o "$$main" "$$main.o" $${1+"$$@"}' -lbg; \
 	) >load
 	chmod 755 load