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:
parent
77065b0b21
commit
531428d00d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=242751
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user