diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2006-10-13 10:17:25 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2006-10-13 10:17:25 +0000 |
commit | 9a2b3931df3f7fb7fbde7ea420cf58f78bf5ae62 (patch) | |
tree | e112d6649859ad502cf0ba509eb873c445a5b9d5 /packages/p3scan/files/dont-search-use-include.patch | |
parent | 22be8e7a36a6ecb0a117e87fe560deb511f7a316 (diff) | |
parent | 8ef88dac538d7065e011f626ea671148f555e932 (diff) |
merge of '5369901ff675d4c926113d856ce9da4c8c12fed0'
and '71b1cbe678cd91cfaf67632c7cbe2a37cb593a48'
Diffstat (limited to 'packages/p3scan/files/dont-search-use-include.patch')
-rw-r--r-- | packages/p3scan/files/dont-search-use-include.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/p3scan/files/dont-search-use-include.patch b/packages/p3scan/files/dont-search-use-include.patch new file mode 100644 index 0000000000..91723ce1b6 --- /dev/null +++ b/packages/p3scan/files/dont-search-use-include.patch @@ -0,0 +1,11 @@ +--- p3scan-2.9.05d/configure.in 2006/10/12 00:49:31 1.1 ++++ p3scan-2.9.05d/configure.in 2006/10/12 00:49:41 +@@ -34,8 +34,6 @@ + # Checks for libraries. + + AC_CHECK_LIB(pthread, pthread_create, [], [AC_MSG_ERROR([library 'pthread' is required!])]) +-LDFLAGS="$LDFLAGS -L/usr/lib/pthread" +-CPPFLAGS="$CPPFLAGS -I/usr/include/pthread" + + # Checks for header files. + AC_HEADER_DIRENT |