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/x11-plugins/bitlbee-steam/files/bitlbee-steam-1.0.0-debug.p...

17 lines
413 B

From: Julian Ospald <hasufell@gentoo.org>
Date: Tue Mar 4 21:09:42 UTC 2014
Subject: respect CFLAGS
--- bitlbee-steam-1.0.0/configure.ac
+++ bitlbee-steam-1.0.0/configure.ac
@@ -36,8 +36,7 @@
[AS_HELP_STRING(
[--enable-debug],
[Enable debugging features])],
- [AC_DEFINE(DEBUG_STEAM, 1)
- CFLAGS="-Wall -g -O0"])
+ [AC_DEFINE(DEBUG_STEAM, 1)])
AC_ARG_WITH(
[plugindir],