summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072021-09-12 19:24:17 +0200
committersL1pKn072021-09-12 19:24:17 +0200
commit23f7721830913fc35297b05e5ec56d193a5cece1 (patch)
tree23d09ee4891ab1d03d2116e50723fe40a7aebabc
parentc3ce4b2a745e8ff6ccc6b7f072183119fc6a4568 (diff)
downloadaur-23f7721830913fc35297b05e5ec56d193a5cece1.tar.gz
duh
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e7a2e69f7f0..3d1d5a492d40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -19,6 +19,7 @@ pkgname = l-smash-git
pkgname = lib32-l-smash-git
pkgdesc = MP4 muxer and other tools. (GIT Version) (32-bits)
+ depends = lib32-glibc
depends = l-smash=v2.14.5.21.g18a9ed2
provides = lib32-l-smash
provides = liblsmash.so
diff --git a/PKGBUILD b/PKGBUILD
index 8ec8a477f6cb..bb0a4da296f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -42,6 +42,7 @@ build() {
../l-smash/configure \
--prefix=/usr \
--libdir='${exec_prefix}/lib32' \
+ --cc="${CC}" \
--enable-shared \
--disable-static \
--extra-cflags="${CFLAGS}" \
@@ -64,7 +65,8 @@ package_l-smash-git() {
package_lib32-l-smash-git() {
pkgdesc='MP4 muxer and other tools. (GIT Version) (32-bits)'
- depends=("l-smash=${pkgver}")
+ depends=('lib32-glibc'
+ "l-smash=${pkgver}")
provides=('lib32-l-smash'
'liblsmash.so'
)