[Lunar-commits] <moonbase-other> pygobject: cleanup&fix BUILD

v4hn me at v4hn.de
Thu Apr 4 21:53:07 CEST 2013


commit 646b1e3bbb93da542ec1d3c77abb6b96a9fe7730
Author: v4hn <me at v4hn.de>
Date: Thu, 04 Apr 2013 12:52:07 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/646b1e3bbb93da542ec1d3c77abb6b96a9fe7730

pygobject: cleanup&fix BUILD
---
  python/pygobject/BUILD | +6/-14    
  1 file changed, 6 insertions(+), 14 deletions(-)

--- a/python/pygobject/BUILD
+++ b/python/pygobject/BUILD
@@ -1,16 +1,8 @@
-(
+if [ "`get_module_config DOCS`" = "n" ] ; then
+  sedit "s/SUBDIRS = docs codegen/SUBDIRS = codegen/g" Makefile.in
+fi  &&
 
-  if [ "`get_module_config DOCS`" = "n" ] ; then
-    sedit "s/SUBDIRS = docs codegen/SUBDIRS = codegen/g" Makefile.in
-  fi  &&
+# ignore unrecognized format function type warning
+sedit 's:CFLAGS="$CFLAGS -Werror=format"::' configure &&
 
-   ./configure  --prefix=/usr              \
-                --build=$BUILD             \
-                --sysconfdir=/etc          \
-                --localstatedir=/var       \
-                --infodir=/usr/share/info  \
-                --mandir=/usr/share/man    \
-                $OPTS                     &&
-    default_make
-
-) > $C_FIFO 2>&1
+default_build




More information about the Lunar-commits mailing list