aboutsummaryrefslogtreecommitdiff
path: root/comms/qico/files/patch-configure
blob: ae1021a03ceec129c9e86cad88c124e5d2363257 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- configure.orig	2003-04-05 13:33:18 UTC
+++ configure
@@ -8343,6 +8343,7 @@ cat >>conftest.$ac_ext <<_ACEOF
 #endif
 static char *fl = "/usr/local/bin/some.file";
 int main(int argc, char **argv) {
+	fl = strdup(fl);
 	char *b = basename(fl); return ((*b != '/')?0:1);
 }