48d4c312ae
[Thomas: - add dependency on threads, wchar and dynamic librayr - add dependency on libiconv when locale support is not enabled - replace patch hacking includedir by a patch that lets the Makefile obey to $(DESTDIR) - remove optional OpenSSL and MySQL support which simply cannot work due to the usage of AC_CHECK_FILE() in configure.ac, this required an additional patch to fix the bogus AC_ARG_WITH() calls. - move from 'Miscellaneous' to 'Libraries' -> 'Other'. - fixup the licensing information.] Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
20 lines
590 B
Diff
20 lines
590 B
Diff
Remove absolute paths to host locations
|
|
|
|
Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be>
|
|
|
|
Index: b/configure.ac
|
|
===================================================================
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -85,10 +85,8 @@
|
|
|
|
## Set path
|
|
PATH="$PATH:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin"
|
|
-CPPFLAGS="$CPPFLAGS -I/usr/include -I/usr/local/include"
|
|
CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
|
|
CPPFLAGS="$CPPFLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
|
|
-LDFLAGS="$LDFLAGS -L/usr/lib -L/usr/local/lib"
|
|
|
|
## Set autoconf setting
|
|
#AC_CANONICAL_TARGET
|