From: helge Date: Tue, 4 Jul 2006 00:17:51 +0000 (+0000) Subject: 64bit fixes X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc6c1b3604df7e980af36ab4dcb848b6a418f3ba;p=sope 64bit fixes git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1301 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/xmlrpc_call/GNUmakefile.preamble b/xmlrpc_call/GNUmakefile.preamble index 2fb24c1d..b8fd3e9f 100644 --- a/xmlrpc_call/GNUmakefile.preamble +++ b/xmlrpc_call/GNUmakefile.preamble @@ -57,7 +57,11 @@ ADDITIONAL_LIB_DIRS += \ $(foreach dir,$(DEP_DIRS),-F$(GNUSTEP_BUILD_DIR)/$(dir)) endif +ifeq ($(findstring _64, $(GNUSTEP_TARGET_CPU)), _64) +SYSTEM_LIB_DIR += -L/usr/local/lib64 -L/usr/lib64 +else SYSTEM_LIB_DIR += -L/usr/local/lib -L/usr/lib +endif # OS dependend stuff