chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
dc14b01
)
sox: Fix building with unified headers
author
Fredrik Fornwall
<fredrik@fornwall.net>
Thu, 29 Jun 2017 10:51:38 +0000
(12:51 +0200)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Thu, 29 Jun 2017 10:51:38 +0000
(12:51 +0200)
packages/sox/build.sh
patch
|
blob
|
blame
|
history
diff --git
a/packages/sox/build.sh
b/packages/sox/build.sh
index 4304f80aeb95b377af920e9821a73f5e03cda3c5..acc0b23ecd08a521c0fd2af4f8669d691c81e5d4 100644
(file)
--- a/
packages/sox/build.sh
+++ b/
packages/sox/build.sh
@@
-11,4
+11,5
@@
TERMUX_PKG_DEPENDS="file, libpng, libmp3lame, libogg, libvorbis, libandroid-glob
termux_step_pre_configure() {
LDFLAGS+=" -landroid-glob"
termux_step_pre_configure() {
LDFLAGS+=" -landroid-glob"
+ CPPFLAGS+=" -D_FSTDIO"
}
}