diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2002-06-19 11:13:16 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2002-06-19 11:13:16 +0000 |
commit | 432c35b9d14eaf3f1b3964366621d1860373670e (patch) | |
tree | 207e514afb2b88b84b5edcb2ccdf977a4c6860ca /security/nessus-libnasl/files | |
parent | 0ddb051090ce693518ad3c3f4bca1818bba84a27 (diff) |
Notes
Diffstat (limited to 'security/nessus-libnasl/files')
-rw-r--r-- | security/nessus-libnasl/files/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/security/nessus-libnasl/files/patch-aa b/security/nessus-libnasl/files/patch-aa new file mode 100644 index 000000000000..03f5d8af5f66 --- /dev/null +++ b/security/nessus-libnasl/files/patch-aa @@ -0,0 +1,12 @@ +--- configure.orig Thu Oct 18 06:16:47 2001 ++++ configure Thu Oct 18 06:18:59 2001 +@@ -5065,7 +5065,8 @@ + LIBTOOL_DEPS="--disable-ltlibs /usr/local/share/libtool/ltmain.sh" + + # Always use our own libtool. +-LIBTOOL='$(SHELL) $(top_builddir)/libtool' ++# LIBTOOL='$(SHELL) $(top_builddir)/libtool' ++LIBTOOL='$(PREFIX)/bin/libtool' + + # Prevent multiple expansion + |