1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Fix libtool 2.2 issue.

This commit is contained in:
Cy Schubert 2009-10-13 06:24:28 +00:00
parent 77065b0b21
commit 531428d00d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=242751
4 changed files with 2 additions and 4 deletions

View File

@ -27,7 +27,6 @@ WITH_OPENSSL_PORT= yes
USE_GMAKE= yes
USE_PERL5_BUILD= yes
USE_LDCONFIG= yes
BROKEN= Will not build with libtool 2.2.
USE_AUTOTOOLS= libtool:22
CONFIGURE_ARGS?= --enable-shared
# CONFIGURE_ARGS+= --disable-thread-support

View File

@ -16,7 +16,7 @@
+ *) PICFLAGS=-fpic;;
+ esac
SHLIBVEXT='.so.$(LIBMAJOR)'
+ LDCOMBINE="libtool --mode=link cc -shared"
+ LDCOMBINE="libtool --mode=link cc -Xcompiler -shared"
RPATH_FLAG='-Wl,-rpath -Wl,'
- else
- RPATH_FLAG=-R

View File

@ -27,7 +27,6 @@ WITH_OPENSSL_PORT= yes
USE_GMAKE= yes
USE_PERL5_BUILD= yes
USE_LDCONFIG= yes
BROKEN= Will not build with libtool 2.2.
USE_AUTOTOOLS= libtool:22
CONFIGURE_ARGS?= --enable-shared
# CONFIGURE_ARGS+= --disable-thread-support

View File

@ -16,7 +16,7 @@
+ *) PICFLAGS=-fpic;;
+ esac
SHLIBVEXT='.so.$(LIBMAJOR)'
+ LDCOMBINE="libtool --mode=link cc -shared"
+ LDCOMBINE="libtool --mode=link cc -Xcompiler -shared"
RPATH_FLAG='-Wl,-rpath -Wl,'
- else
- RPATH_FLAG=-R