[arch-commits] Commit in kdepimlibs/kde-unstable (PKGBUILD)
Pierre Schmitz
pierre at archlinux.org
Thu Jun 4 21:49:51 UTC 2009
Date: Thursday, June 4, 2009 @ 17:49:51
Author: pierre
Revision: 41513
remove unneeded docs option; enable debug build
Modified:
kdepimlibs/kde-unstable/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-06-04 21:49:47 UTC (rev 41512)
+++ PKGBUILD 2009-06-04 21:49:51 UTC (rev 41513)
@@ -19,10 +19,11 @@
mkdir build
cd build
cmake ../${pkgname}-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_SKIP_RPATH=ON \
-DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed' \
-DCMAKE_INSTALL_PREFIX=/usr
make
make DESTDIR=$pkgdir install
}
+options=('!strip')
More information about the arch-commits
mailing list