2002-07-07 15:09:28 -04:00
|
|
|
$OpenBSD: patch-configure,v 1.3 2002/07/07 19:09:29 naddy Exp $
|
|
|
|
--- configure.orig Wed Jul 3 23:01:22 2002
|
|
|
|
+++ configure Sat Jul 6 22:26:40 2002
|
|
|
|
@@ -5372,7 +5372,7 @@ else
|
2002-04-06 18:21:30 -05:00
|
|
|
hardcode_direct=yes
|
|
|
|
hardcode_shlibpath_var=no
|
|
|
|
if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
|
|
|
|
- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
|
|
|
|
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
|
|
|
|
hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
|
|
|
|
export_dynamic_flag_spec='${wl}-E'
|
|
|
|
else
|
2002-07-07 15:09:28 -04:00
|
|
|
@@ -9995,7 +9995,7 @@ OUR_CFLAGS_HEAD='-I$(top_builddir) -I$(s
|
2002-02-01 10:44:31 -05:00
|
|
|
if test x$debug = xtrue; then
|
2002-07-07 15:09:28 -04:00
|
|
|
OUR_CFLAGS_TAIL="-g -O0 -DDEBUG"
|
2002-02-01 10:44:31 -05:00
|
|
|
else
|
2002-07-07 15:09:28 -04:00
|
|
|
- OUR_CFLAGS_TAIL="-O3 -DNDEBUG"
|
|
|
|
+ OUR_CFLAGS_TAIL="-DNDEBUG"
|
2002-02-01 10:44:31 -05:00
|
|
|
if test x$GCC = xyes; then
|
2002-07-07 15:09:28 -04:00
|
|
|
OUR_CFLAGS_TAIL="$OUR_CFLAGS_TAIL -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__"
|
2002-02-01 10:44:31 -05:00
|
|
|
fi
|