[arch-commits] Commit in kdeartwork/kde-unstable (PKGBUILD)
Pierre Schmitz
pierre at archlinux.org
Thu Jun 4 21:50:25 UTC 2009
Date: Thursday, June 4, 2009 @ 17:50:24
Author: pierre
Revision: 41522
remove unneeded docs option; enable debug build
Modified:
kdeartwork/kde-unstable/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-06-04 21:50:21 UTC (rev 41521)
+++ PKGBUILD 2009-06-04 21:50:24 UTC (rev 41522)
@@ -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