diff options
Diffstat (limited to 'package/ntp/ntp.mk')
-rw-r--r-- | package/ntp/ntp.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/ntp/ntp.mk b/package/ntp/ntp.mk index afdbdb74f..f09703cf2 100644 --- a/package/ntp/ntp.mk +++ b/package/ntp/ntp.mk @@ -27,6 +27,7 @@ $(NTP_DIR)/.configured: $(NTP_DIR)/.unpacked (cd $(NTP_DIR); rm -rf config.cache; \ $(TARGET_CONFIGURE_OPTS) \ CFLAGS="$(TARGET_CFLAGS)" \ + LDFLAGS="$(TARGET_LDFLAGS)" \ ac_cv_lib_md5_MD5Init=no \ ./configure \ --target=$(GNU_TARGET_NAME) \ |