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