Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Rerun autoconf in third_party/pjproject, hopefully fixes FTBFS on
· 83e0b767
Bernhard Schmidt
authored
Dec 21, 2018
new architectures
83e0b767
Changelog for 1:16.1.0~dfsg-2
· ea13137d
Bernhard Schmidt
authored
Dec 21, 2018
ea13137d
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
ea13137d
asterisk (1:16.1.0~dfsg-2) experimental; urgency=medium
* Add patch to rerun autoconf in third_party/pjproject, hopefully fixes
FTBFS on new architectures like ppc64el
-- Bernhard Schmidt <berni@debian.org> Fri, 21 Dec 2018 00:37:07 +0100
asterisk (1:16.1.0~dfsg-1) experimental; urgency=medium
[ Bernhard Schmidt ]
...
...
debian/patches/autoreconf-pjproject
0 → 100644
View file @
ea13137d
--- a/third-party/pjproject/Makefile
+++ b/third-party/pjproject/Makefile
@@ -100,6 +100,7 @@
@mv pjproject-$(PJPROJECT_VERSION) source
$(ECHO_PREFIX) Applying patches "$(realpath patches)" "$(realpath .)/source"
$(CMD_PREFIX) ../apply_patches $(QUIET_CONFIGURE) "$(realpath patches)" "$(realpath .)/source"
+ cd source && autoconf aconfigure.ac >aconfigure
-@touch source/.unpacked
source/version.mak: source/.unpacked
debian/patches/series
View file @
ea13137d
...
...
@@ -31,3 +31,4 @@ ffmpeg-detection.patch
ffmpeg-includes.patch
build-reproducibly
autoreconf-pjproject