summaryrefslogtreecommitdiff
path: root/extra/openal
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-12-14 14:55:26 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-12-14 14:55:26 +0100
commit34c69f47ed6bbb523c862baa8c7b18957ffd5311 (patch)
treecc836f259568db00fe99f5c9387a16ab5c8a4c08 /extra/openal
parent20553d4814291e0960f86db52ff7d939241ff1d7 (diff)
Fix openal build.
Diffstat (limited to 'extra/openal')
-rw-r--r--extra/openal/PKGBUILD7
1 files changed, 1 insertions, 6 deletions
diff --git a/extra/openal/PKGBUILD b/extra/openal/PKGBUILD
index fd96bc6b1..182781919 100644
--- a/extra/openal/PKGBUILD
+++ b/extra/openal/PKGBUILD
@@ -23,12 +23,7 @@ build() {
cd $srcdir/$pkgname-soft-$pkgver
patch -Np1 -i "$srcdir/fpu.patch"
cd $srcdir/$pkgname-soft-$pkgver/build
- cmake -D CMAKE_INSTALL_PREFIX=/usr \
- -D CMAKE_BUILD_TYPE=Release \
- # The next option was taken following the suggestions in this tutorial (spanish): http://manualinux.heliohost.org/blender.html
- # mtjm suggests as an alternative to learn how to use cmake for finding ffmpeg libraries and send it upstream, avoiding then the use of -rpath
- -D CMAKE_EXE_LINKER_FLAGS:STRING='-Wl,-rpath,/usr/lib -lavutil'\
- ..
+ cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release ..
make
}