mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
bb54399293
Reported by: pointyhat
18 lines
470 B
Plaintext
18 lines
470 B
Plaintext
--- configure.orig Thu Jun 14 18:41:51 2001
|
|
+++ configure Tue Mar 27 17:56:32 2007
|
|
@@ -1397,14 +1397,8 @@
|
|
if test "$use_sharedlib" != no
|
|
then
|
|
sharedlib=fbsd
|
|
- if test -x /usr/bin/objformat
|
|
- then
|
|
- if test x`/usr/bin/objformat` = xelf
|
|
- then
|
|
sharedlib=gnuelf
|
|
make_mhconfig='CFLAGS="-O -DMHSLIB_NOMINVER"'
|
|
- fi
|
|
- fi
|
|
echo __ELF__ | $CC -E - | grep -q __ELF__ || sharedlib=gnuelf
|
|
slflags="-fpic"
|
|
slibdir=$libdir
|