aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bitlbee/files/configure.patch
blob: 60488b1814c6ba4cee7b632ee1beab472afdd794 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- bitlbee/configure.orig	2006-11-25 13:01:16.000000000 +0100
+++ bitlbee/configure	2006-11-25 13:09:19.000000000 +0100
@@ -57,6 +57,9 @@
 
 --ssl=...	SSL library to use (gnutls, nss, openssl, bogus, auto)
 							$ssl
+
+--arch=...  	The target architecture              	$arch
+--cpu=...  	The target cpu              		$cpu
 EOF
 		exit;
 	fi
@@ -366,6 +369,8 @@
 ;;
 esac
 
+echo Cpu: $cpu
+
 echo
 echo 'Configuration done:'