]> git.pld-linux.org Git - packages/OpenCASCADE.git/commitdiff
- removed default configure options [-37m], fixed aclocal invocation
authorTomasz Pala <gotar@pld-linux.org>
Sat, 5 Jun 2010 22:20:10 +0000 (22:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    OpenCASCADE.spec -> 1.11

OpenCASCADE.spec

index 9f933ece694cdcb305524d2c8f51f9405724402d..f0cdf53a4bdb5e176596a179a3b40498f2e8cb20 100644 (file)
@@ -99,7 +99,7 @@ cp ExprIntrp.tab.c lex.ExprIntrp.c ../../drv/ExprIntrp/
 %build
 cd ros
 %{__libtoolize}
-%{__aclocal} -I m4
+%{__aclocal}
 %{__autoconf}
 %{__autoheader}
 %{__automake}
@@ -112,12 +112,7 @@ export CFLAGS="%{rpmcflags} -fno-strict-aliasing"
 export CXXFLAGS="%{rpmcflags} -fno-strict-aliasing"
 %endif
 LDFLAGS=-lpthread %configure \
-   --disable-static \
-   --disable-debug \
-   --enable-production \
-   --enable-draw \
-   --enable-wok \
-   --enable-wrappers \
+       %{!?debug:--disable-debug --enable-production} \
        --with-java-include="%{java_home}"/include
 
 %{__make}
This page took 0.590546 seconds and 4 git commands to generate.