[pisa-src] r1341 - trunk/openwrt/package/pisa/Makefile

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Tue, 27 Oct 2009 16:23:04 +0100

Author: biurrun
Date: Tue Oct 27 16:23:03 2009
New Revision: 1341

Log:
Remove redundant configure option, --enable-debug is the default.

Modified:
   trunk/openwrt/package/pisa/Makefile

Modified: trunk/openwrt/package/pisa/Makefile
==============================================================================
--- trunk/openwrt/package/pisa/Makefile Tue Oct 27 16:22:42 2009        (r1340)
+++ trunk/openwrt/package/pisa/Makefile Tue Oct 27 16:23:03 2009        (r1341)
@@ -38,7 +38,6 @@
 
        $(call Build/Configure/Default, \
                --host=$(GNU_TARGET_NAME) --target=$(GNU_TARGET_NAME) \
-               --enable-debug \
                --enable-force-shlib \
                --enable-openwrt \
        );

Other related posts:

  • » [pisa-src] r1341 - trunk/openwrt/package/pisa/Makefile - Diego Biurrun