]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/commitdiff
ntp: Do not use a RPATH
authorStefan Schantl <stefan.schantl@ipfire.org>
Thu, 12 Jan 2017 09:32:21 +0000 (10:32 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 12 Jan 2017 10:15:16 +0000 (10:15 +0000)
Fixes #11243.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
ntp/ntp.nm

index 7f8f17129680f14a1b0bf7ace89fffae127247ba..a82920c76eb6cf3da3246d6dc4b06b0b19d623c0 100644 (file)
@@ -6,7 +6,7 @@
 name       = ntp
 version    = %{ver_major}.8
 ver_major  = 4.2
-release    = 3
+release    = 4
 
 groups     = System/Daemons
 url        = http://www.ntp.org/
@@ -43,7 +43,8 @@ build
                --sysconfdir=%{sysconfdir}/ntp/crypto \
                --enable-all-clocks \
                --enable-parse-clocks \
-               --enable-ntp-signd=%{localstatedir}/run/ntp_signd
+               --enable-ntp-signd=%{localstatedir}/run/ntp_signd \
+               --without-rpath
 
        make_install_targets += bindir=%{sbindir}