File: fix-link-order

package info (click to toggle)
hdup 2.0.14-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 596 kB
  • sloc: ansic: 3,254; sh: 374; perl: 218; makefile: 82
file content (16 lines) | stat: -rw-r--r-- 388 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Fix correct linking order against glib.
Author: Francesco P Lovergine <frankie@debian.org>
Last-Update: 2020-12-28
Forwarded: not done

--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -28,7 +28,7 @@
 all:	hdup Makefile.in
 
 hdup:	${OBJ} ${HDR} Makefile.in
-	${GCC} ${GLIB_LIBS} ${OBJ} -o hdup
+	${GCC} ${OBJ} -o hdup ${GLIB_LIBS}
 #	${STRIP}
 
 hdup.h:	hdup.h.in Makefile.in