Search
j0ke.net Open Build Service
>
Projects
>
stresslinux
>
stressapptest
> stressapptest-no-psabi-1.0.3.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File stressapptest-no-psabi-1.0.3.patch of Package stressapptest (Revision 20)
Currently displaying revision
20
,
show latest
--- configure.ac.orig 2010-09-29 12:45:44.654756619 +0200 +++ configure.ac 2010-09-29 13:15:38.315308354 +0200 @@ -87,7 +87,7 @@ #Default cxxflags CXXFLAGS="$CXXFLAGS -DCHECKOPTS" -CXXFLAGS="$CXXFLAGS -Wreturn-type -Wunused -Wuninitialized -Wall -Wno-psabi" +CXXFLAGS="$CXXFLAGS -Wreturn-type -Wunused -Wuninitialized -Wall" CXXFLAGS="$CXXFLAGS -O3 -funroll-all-loops -funroll-loops -DNDEBUG" # Checks for header files. @@ -112,7 +112,7 @@ # We'll check that they work, and fail otherwise. # In the future we may provide for testing alternate # arguments, but that's not necessary now. -LIBS="$LIBS -static -lrt -pthread -laio" +LIBS="$LIBS -lrt -pthread -laio" # Checking for pthreads pthread_arg="not_available" --- configure.orig 2010-09-29 12:45:38.490060273 +0200 +++ configure 2010-09-29 13:15:30.099308497 +0200 @@ -4086,7 +4086,7 @@ #Default cxxflags CXXFLAGS="$CXXFLAGS -DCHECKOPTS" -CXXFLAGS="$CXXFLAGS -Wreturn-type -Wunused -Wuninitialized -Wall -Wno-psabi" +CXXFLAGS="$CXXFLAGS -Wreturn-type -Wunused -Wuninitialized -Wall" CXXFLAGS="$CXXFLAGS -O3 -funroll-all-loops -funroll-loops -DNDEBUG" # Checks for header files. @@ -6032,7 +6032,7 @@ # We'll check that they work, and fail otherwise. # In the future we may provide for testing alternate # arguments, but that's not necessary now. -LIBS="$LIBS -static -lrt -pthread -laio" +LIBS="$LIBS -lrt -pthread -laio" # Checking for pthreads pthread_arg="not_available"