You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/libharu/files/libharu-2.3.0-dont-force-st...

23 lines
504 B

--- configure.in.orig 2014-02-19 12:22:46.954651117 -0800
+++ configure.in 2014-02-19 12:22:37.211604308 -0800
@@ -171,11 +171,6 @@
fi
- dnl Do not strip symbols from developer object files.
- INSTALL_STRIP_FLAG=""
-else
- dnl Make sure to strip symbols from non-developer object files.
- INSTALL_STRIP_FLAG="-s"
fi
dnl }}}
@@ -322,7 +317,6 @@
dnl link against libm
LIBS="$LIBS -lm"
-AC_SUBST(INSTALL_STRIP_FLAG)
AC_CONFIG_FILES([Makefile src/Makefile include/Makefile])
AC_OUTPUT