Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Commit 970f348

Browse files
authored
get log4cplus sources from github instead of sourceforge (#14)
1 parent d947ab9 commit 970f348

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#!/bin/bash
22
sed -i '/pkg_check_modules.*\(GLIB\|GST\|GOBJ\)/s/^/#/g' $1/CMakeLists.txt
33
sed -i '/make\s\+\(start\|kinesis\)/s/^/#/g' $1/min-install-script
4+
sed -i 's/https:\/\/sourceforge.net\/projects\/log4cplus\/files\/log4cplus-stable\/1.2.0\/log4cplus-1.2.0.tar.xz/https:\/\/github.com\/log4cplus\/log4cplus\/releases\/download\/REL_1_2_0\/log4cplus-1.2.0.tar.xz/g' $1/min-install-script

0 commit comments

Comments
 (0)