From: <abe...@us...> - 2015-07-06 16:40:21
|
Revision: 7140 http://sourceforge.net/p/astlinux/code/7140 Author: abelbeck Date: 2015-07-06 16:40:18 +0000 (Mon, 06 Jul 2015) Log Message: ----------- ntp, drop unneeded uClibc workaround for refclock_pcf.c Ref: http://git.buildroot.net/buildroot/commit/package/ntp/ntp.mk?id=0cbe4bc52d5f1cea7d2c085e40f948a5a78183b9 Modified Paths: -------------- branches/1.0/package/ntp/ntp.mk Modified: branches/1.0/package/ntp/ntp.mk =================================================================== --- branches/1.0/package/ntp/ntp.mk 2015-07-03 17:30:44 UTC (rev 7139) +++ branches/1.0/package/ntp/ntp.mk 2015-07-06 16:40:18 UTC (rev 7140) @@ -21,10 +21,6 @@ NTP_CONF_OPT += --without-crypto endif -define NTP_PATCH_FIXUPS - $(SED) "s,^#if.*__GLIBC__.*_BSD_SOURCE.*$$,#if 0," $(@D)/ntpd/refclock_pcf.c -endef - NTP_INSTALL_FILES_$(BR2_PACKAGE_NTP_NTP_KEYGEN) += util/ntp-keygen NTP_INSTALL_FILES_$(BR2_PACKAGE_NTP_NTP_WAIT) += scripts/ntp-wait/ntp-wait NTP_INSTALL_FILES_$(BR2_PACKAGE_NTP_NTPDATE) += ntpdate/ntpdate @@ -47,6 +43,4 @@ rm $(TARGET_DIR)/etc/init.d/ntpd endef -NTP_POST_PATCH_HOOKS += NTP_PATCH_FIXUPS - $(eval $(call AUTOTARGETS,package,ntp)) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |