SPECS: brlcad.spec - more configure options

zbyniu zbyniu at pld-linux.org
Tue May 16 13:17:07 CEST 2006


Author: zbyniu                       Date: Tue May 16 11:17:07 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- more configure options

---- Files affected:
SPECS:
   brlcad.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/brlcad.spec
diff -u SPECS/brlcad.spec:1.4 SPECS/brlcad.spec:1.5
--- SPECS/brlcad.spec:1.4	Tue May 16 13:03:00 2006
+++ SPECS/brlcad.spec	Tue May 16 13:17:02 2006
@@ -1,3 +1,4 @@
+# $Revision$, $Date$
 #
 # Conditional build:
 %bcond_with	tests		# build with tests
@@ -113,13 +114,24 @@
 %build
 #/autogen.sh
 %configure \
-    --disable-zlib-build \
-    --disable-png-build \
-    --disable-tcl-build \
-    --enable-itcl-build \
-    --enable-itk-build \
-    --enable-tkimg-build
-#{__make}
+	--disable-blt-build \
+	--disable-itcl-build \
+	--disable-itk-build \
+	--disable-png-build \
+	--disable-regex-build \
+	--disable-tcl-build \
+	--disable-tkimg-build \
+	--disable-zlib-build \
+	--disable-debug \
+	--disable-profiling \
+	--enable-optimized \
+	--with-gnu-ld \
+	--bindir=%{_bindir} \
+	--sbindir=%{_sbindir} \
+	--datadir=%{_datadir} \
+	--mandir=%{_mandir} \
+	--sysconfdir=%{_sysconfdir}
+%{__make}
 
 #%{__make} \
 #	CFLAGS="%{rpmcflags}" \
@@ -195,6 +207,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2006/05/16 11:17:02  zbyniu
+- more configure options
+
 Revision 1.4  2006/05/16 11:03:00  cieciwa
 - updated BR.
 
@@ -207,5 +222,3 @@
 Revision 1.1  2006/05/16 07:47:31  cieciwa
 - initial
 - don't touch working on this NOW.
-
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/brlcad.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list