summaryrefslogtreecommitdiffstats
path: root/package/softether/softether.mk
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2015-03-10 19:58:36 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-03-15 14:49:34 +0100
commitbbed64d46b30ceb77a559573b9f88f1289643a64 (patch)
tree5aec598664b7f8054a26ae879ae3c6094143dfa7 /package/softether/softether.mk
parent7ecd241db1319f61efb3862bb3e25f00d254dc4e (diff)
downloadbuildroot-bbed64d46b30ceb77a559573b9f88f1289643a64.tar.gz
buildroot-bbed64d46b30ceb77a559573b9f88f1289643a64.zip
package/softether: fix compilation error due to librt linking
/home/buildroot/instance-0/output/build/host-softether-16b713b98da8dba29f0f845d5a8c36d6f7c34824/src/Mayaqua/Unix.c:2066: undefined reference to `clock_gettime' [Thomas: remove commit 766366411386f5bba773042ada58e6379a3d0adf, which was a different fix for the same problem.] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/softether/softether.mk')
-rw-r--r--package/softether/softether.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/package/softether/softether.mk b/package/softether/softether.mk
index 8f8734d2c5..a56f4ccc7c 100644
--- a/package/softether/softether.mk
+++ b/package/softether/softether.mk
@@ -28,12 +28,6 @@ SOFTETHER_CONF_OPTS = \
--with-openssl="$(STAGING_DIR)/usr" \
--with-zlib="$(STAGING_DIR)/usr"
-# softether uses clock_gettime but forgets to link against -lrt
-# breaking the build against older libc's that don't provide this
-# symbol in libc
-SOFTETHER_CONF_ENV += LIBS+=" -lrt"
-HOST_SOFTETHER_CONF_ENV += LIBS+=" -lrt"
-
# host-libiconv does not exist, therefore we need this extra line
HOST_SOFTETHER_DEPENDENCIES = host-pkgconf host-openssl host-readline
OpenPOWER on IntegriCloud