summaryrefslogtreecommitdiffstats
path: root/package/ntp/0003-ntpq-fpic.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/ntp/0003-ntpq-fpic.patch')
-rw-r--r--package/ntp/0003-ntpq-fpic.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/package/ntp/0003-ntpq-fpic.patch b/package/ntp/0003-ntpq-fpic.patch
deleted file mode 100644
index 6e05a677c5..0000000000
--- a/package/ntp/0003-ntpq-fpic.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-ntpq/Makefile.am: add NTP_HARD_CFLAGS
-
-Pass NTP_HARD_CFLAGS when building ntpq, like in all other ntp
-modules, to make sure -fPIC is passed.
-
-Originally taken from
-https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=494143c3b4921a5c8b8596d58f2c8b98296bf688.
-
-Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
-Index: b/ntpq/Makefile.am
-===================================================================
---- a/ntpq/Makefile.am
-+++ b/ntpq/Makefile.am
-@@ -23,7 +23,7 @@
- ntpq_LDADD += $(LDADD_NTP)
- noinst_HEADERS= ntpq.h
- noinst_LIBRARIES= libntpq.a
--libntpq_a_CFLAGS= -DNO_MAIN_ALLOWED -DBUILD_AS_LIB
-+libntpq_a_CFLAGS= $(NTP_HARD_CFLAGS) -DNO_MAIN_ALLOWED -DBUILD_AS_LIB
- CLEANFILES=
- DISTCLEANFILES= .version version.c config.log $(man_MANS)
- ETAGS_ARGS= Makefile.am
OpenPOWER on IntegriCloud