summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEHfive2018-08-09 20:38:03 +0800
committerEHfive2018-08-09 20:38:03 +0800
commita36427a8258fe46cbb200f094abb079fb4aca089 (patch)
treefc4af80be85d45f880b0d7c3e971dea3f5692ef0
parent2872780bb82269a68752723fd107ae6ba10b2e6d (diff)
downloadaur-a36427a8258fe46cbb200f094abb079fb4aca089.tar.gz
debug mode
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c40eabcf9d17..54dd2d2fbcfa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ provides=("pulseaudio-bluetooth")
conflicts=("pulseaudio-bluetooth")
replaces=("pulseaudio-bluetooth")
-source=("git+https://github.com/EHfive/pulseaudio-modules-bt"
+source=("git+https://github.com/EHfive/pulseaudio-modules-bt.git"
"git+https://github.com/pulseaudio/pulseaudio.git"
"git+https://android.googlesource.com/platform/external/libldac.git")
noextract=()
@@ -34,9 +34,9 @@ prepare() {
}
build() {
-
+ export CFLAGS=''
cd "$srcdir/pulseaudio-modules-bt"
- cmake -DCMAKE_INSTALL_PREFIX=/usr .
+ cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr .
make
}