mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
distcc: fix upstream url
Old upstream URL was no longer valid. While we're at it, fix a few whitespace issues. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
e9668efcd2
commit
0a93b0f418
@ -3,9 +3,9 @@
|
|||||||
# distcc
|
# distcc
|
||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
DISTCC_VERSION:=2.18.3
|
DISTCC_VERSION = 2.18.3
|
||||||
DISTCC_SOURCE:=distcc-$(DISTCC_VERSION).tar.bz2
|
DISTCC_SOURCE = distcc-$(DISTCC_VERSION).tar.bz2
|
||||||
DISTCC_SITE:=http://distcc.samba.org/ftp/distcc/
|
DISTCC_SITE = http://distcc.googlecode.com/files/
|
||||||
|
|
||||||
DISTCC_CONF_OPT = --with-included-popt --without-gtk --without-gnome
|
DISTCC_CONF_OPT = --with-included-popt --without-gtk --without-gnome
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user