freebsd-ports/archivers/lzo/files/patch-configure
Dmitry Sivachenko 5b655db6f8 Do not install .la file.
PR:		40619
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-07-15 21:33:55 +00:00

19 lines
549 B
Text

--- configure.orig Sat Jul 13 10:31:52 2002
+++ configure Tue Jul 16 04:08:48 2002
@@ -7991,6 +7991,7 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -12064,7 +12065,7 @@
if test "X$enable_debug" = Xyes; then
CFLAGS="$CFLAGS -O0"
else
- CFLAGS="$CFLAGS -O2"
+ CFLAGS="$CFLAGS"
fi
CFLAGS="$CFLAGS -Wall -Wcast-align -Wcast-qual -Wwrite-strings"
case $MFX_CPU in