From aef8cf889708d89fe673117e81a626c0a64ccb4d Mon Sep 17 00:00:00 2001 From: norayr Date: Fri, 13 Feb 2015 11:31:35 +0000 Subject: [PATCH] fixed makefile ld.so.conf.d for freebsd. -- noch Former-commit-id: 2aeb9f74242f4c0571a4130053401c3ed89e6028 --- makefile.freebsd.clang.x86_64 | 3 ++- vocstatic.freebsd.clang.x86_64.REMOVED.git-id | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/makefile.freebsd.clang.x86_64 b/makefile.freebsd.clang.x86_64 index 879f1c11..e20a3d32 100644 --- a/makefile.freebsd.clang.x86_64 +++ b/makefile.freebsd.clang.x86_64 @@ -298,7 +298,8 @@ install: cp *.h $(PREFIX)/lib/voc/obj/ cp *.sym $(PREFIX)/lib/voc/sym/ - #cp 05vishap.conf /etc/ld.so.conf.d/ + test -d /etc/ld.so.conf.d | mkdir -p /etc/ld.so.conf.d + cp 05vishap.conf /etc/ld.so.conf.d/ ldconfig -m $(PREFIX)/lib ln -s $(PREFIX) $(PREFIXLN) diff --git a/vocstatic.freebsd.clang.x86_64.REMOVED.git-id b/vocstatic.freebsd.clang.x86_64.REMOVED.git-id index 33b15b3e..72555def 100644 --- a/vocstatic.freebsd.clang.x86_64.REMOVED.git-id +++ b/vocstatic.freebsd.clang.x86_64.REMOVED.git-id @@ -1 +1 @@ -3102cf5be406d3bca412d79d65e37a3ac4cafaa9 \ No newline at end of file +f550c8541ce96f1ac0d6abc73b1a4fa2025e878e \ No newline at end of file