summaryrefslogtreecommitdiff
path: root/security/cvm/files/patch-Makefile
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-08-21 11:02:31 +0000
committerJohn Marino <marino@FreeBSD.org>2014-08-21 11:02:31 +0000
commit7aafea7e71f21361bf026d36d10e0c17ddce93e6 (patch)
treea796ef9a69313560ce1769bcddeb9658fae91371 /security/cvm/files/patch-Makefile
parentStage databases/xapian-core10 (diff)
Stage security/cvm and assign maintainership to submitter
PR: 192875 Submitted by: uffe tweaks by: marino
Diffstat (limited to 'security/cvm/files/patch-Makefile')
-rw-r--r--security/cvm/files/patch-Makefile19
1 files changed, 17 insertions, 2 deletions
diff --git a/security/cvm/files/patch-Makefile b/security/cvm/files/patch-Makefile
index 60af115d1b35..110926c24582 100644
--- a/security/cvm/files/patch-Makefile
+++ b/security/cvm/files/patch-Makefile
@@ -1,5 +1,5 @@
---- ./Makefile.orig 2009-03-17 14:53:54.000000000 +0300
-+++ ./Makefile 2009-03-17 14:55:41.000000000 +0300
+--- Makefile.orig 2010-01-21 23:51:26.000000000 +0100
++++ Makefile 2014-08-21 05:42:52.000000000 +0200
@@ -155,10 +155,10 @@
./compile cvm-v1testclient.c
@@ -13,3 +13,18 @@
cvm-vmailmgr: cvm-vmailmgr.o ltload vmautoconvert.o vmlookup.o getpwnam.o libcvm-module.la libcvm-qmail.la socket.lib crypt.lib
./ltload cvm-vmailmgr vmautoconvert.o vmlookup.o getpwnam.o libcvm-module.la libcvm-qmail.la -lbg `cat socket.lib` `cat crypt.lib`
+@@ -249,12 +249,12 @@
+ ) >ltload
+ chmod 755 ltload
+
+-makeshlib: conf-ld conf-lib LIBVERSION Makefile
++makeshlib: conf-home conf-ld conf-lib LIBVERSION Makefile
+ ( if libtool --tag=CC --help >/dev/null 2>&1; then tag='--tag=CC'; fi; \
+ echo '#!/bin/sh'; \
+ echo 'lib="$$1"; shift';\
+ echo 'rm -f "$$lib"';\
+- echo libtool --mode=link --silent $$tag `head -n 1 conf-ld` '-o "$$lib" -rpath' `head -n 1 conf-lib` -version-info `head -n 1 LIBVERSION` '$${1+"$$@"}';\
++ echo libtool --mode=link --silent $$tag `head -n 1 conf-ld` '-o "$$lib" -rpath' `head -n 1 conf-home`/lib -version-info `head -n 1 LIBVERSION` '$${1+"$$@"}';\
+ ) >makeshlib
+ chmod 755 makeshlib
+