mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-16 08:43:39 +00:00
Ntimed is an unreleased ntpd replacement being sponsored by the Linux Foundation. Currently it only includes a work-in-progress client, but for future use this recipe emits an ntimed-client package and an ntimed meta package which will pull in client and server. Signed-off-by: Christopher Larson <kergoth@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
17 lines
450 B
Diff
17 lines
450 B
Diff
Obey LDFLAGS.
|
|
|
|
Signed-off-by: Christopher Larson <kergoth@gmail.com>
|
|
Upstream-Status: Pending
|
|
|
|
--- Ntimed.orig/configure 2015-05-30 11:57:59.927796993 -0700
|
|
+++ Ntimed/configure 2015-05-30 11:58:26.143948894 -0700
|
|
@@ -142,7 +142,7 @@
|
|
|
|
echo
|
|
echo "ntimed-client: ${l}"
|
|
- echo " \${CC} \${CFLAGS} -o ntimed-client ${l} -lm"
|
|
+ echo " \${CC} \${CFLAGS} -o ntimed-client ${l} \${LDFLAGS} -lm"
|
|
echo
|
|
echo "clean:"
|
|
echo " rm -f ${l} ntimed-client"
|