summaryrefslogtreecommitdiffstats
path: root/sysutils/ftrace/files/patch-aa
blob: 89a58b951fb2f19e6fb8d626c5bb6ceea0cd02a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- configure.orig	Wed Jan 10 17:34:44 2001
+++ configure	Wed Jan 10 17:35:26 2001
@@ -632,6 +632,12 @@
   program_prefix=${target_alias}-
 
 case "$host" in
+	*-freebsd*)
+		cat >> confdefs.h <<\EOF
+#define LINUX_GLIBC 1
+EOF
+		LDSHARED=-shared
+	;;
 	*-linux*)
 		cat >> confdefs.h <<\EOF
 #define LINUX_GLIBC 1
OpenPOWER on IntegriCloud