[Frugalware-darcs] frugalware-current: gammu-1.11.92-2-i686
crazy
crazy at frugalware.org
Fri Jun 22 00:54:30 CEST 2007
Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070621224906-f6986-c496dc0163a9981fa8163efb16a0ed2c0bde4084.gz;
[gammu-1.11.92-2-i686
crazy <crazy at frugalware.org>**20070621224906
* fix all *FLAGS now for real :)
* build verbose and no color we want to see what cmake builds in our log
* fix build_type
* ( btw I hope I have some time to document cmake.sh this weekend and push it to current )
] {
hunk ./source/apps-extra/gammu/FrugalBuild 6
-pkgrel=1
+pkgrel=2
hunk ./source/apps-extra/gammu/FrugalBuild 45
- -DCMAKE_EXE_LINKER_FLAGS="$LDFLAGS"
- make || Fdie
+ -DCMAKE_EXE_LINKER_FLAGS="$LDFLAGS" \
+ -DCMAKE_BUILD_TYPE="RELEASE" \
+ -DCMAKE_COLOR_MAKEFILE='OFF' \
+ -DCMAKE_CXX_FLAGS_RELEASE='-DNDEBUG' \
+ -DCMAKE_C_FLAGS_RELEASE='-DNDEBUG'
+ make VERBOSE=1 || Fdie
}
More information about the Frugalware-darcs
mailing list