[chrony-dev] Allow LD_FLAGS to be used in linking

[ Thread Index | Date Index | More chrony.tuxfamily.org/chrony-dev Archives ]


This is the easiest way of getting the build to work with --hash-type=gnu

Signed-off-by: Jonathan Cameron <jic23@xxxxxxxxx>
---
Whilst I don't think this should do anyone any harm, I could well
be wrong.

diff --git a/Makefile.in b/Makefile.in
index b4b3fb5..147e598 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -69,10 +69,10 @@ CFLAGS = $(CCWARNFLAGS) $(OPTFLAGS)
 all : chronyd chronyc
 
 chronyd : $(OBJS) $(EXTRA_OBJS)
-	$(CC) $(OPTFLAGS) -o chronyd $(OBJS) $(EXTRA_OBJS) $(LIBS) $(EXTRA_LIBS)
+	$(CC) $(LDFLAGS) $(OPTFLAGS) -o chronyd $(OBJS) $(EXTRA_OBJS) $(LIBS) $(EXTRA_LIBS)
 
 chronyc : $(CLI_OBJS)
-	$(CC) $(OPTFLAGS) -o chronyc $(CLI_OBJS) @READLINE_LINK@ $(LIBS) $(EXTRA_CLI_LIBS)
+	$(CC) $(LDFLAGS) $(OPTFLAGS) -o chronyc $(CLI_OBJS) @READLINE_LINK@ $(LIBS) $(EXTRA_CLI_LIBS)
 
 client.o : client.c
 	$(CC) $(CFLAGS) $(DEFS) @READLINE_COMPILE@ -c $<

---
To unsubscribe email chrony-dev-request@xxxxxxxxxxxxxxxxxxxx with "unsubscribe" in the subject.
For help email chrony-dev-request@xxxxxxxxxxxxxxxxxxxx with "help" in the subject.
Trouble?  Email listmaster@xxxxxxxxxxxxxxxxxxxx.


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/