From 09ade6a47f90227edc86f2d55ff08e432af030e5 Mon Sep 17 00:00:00 2001 From: "Cameron (Kamran) Mashayekhi" Date: Fri, 21 Oct 2005 23:34:39 +0000 Subject: [PATCH] This link file was modified to support X64 build. --- c_adlib/ad_gk/native/link.lux | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/c_adlib/ad_gk/native/link.lux b/c_adlib/ad_gk/native/link.lux index 9961aa8b..9aadf4fe 100644 --- a/c_adlib/ad_gk/native/link.lux +++ b/c_adlib/ad_gk/native/link.lux @@ -3,9 +3,9 @@ LINK = $(CPP) \ -shared \ -pthread\ -O2 -fno-exceptions -fno-check-new\ - -Wl,-rpath -Wl,/usr/lib$(ARCH_LIB) \ - -L/usr/lib$(ARCH_LIB) -lpthread -lc -ldl \ - -L/opt/gnome/lib -lgnome-keyring -lglib-2.0 \ + -Wl,-rpath -Wl,/usr/lib$(ARC) \ + -L/usr/lib$(ARC) -lpthread -lc -ldl \ + -L/opt/gnome/lib$(ARC) -lgnome-keyring -lglib-2.0 \ -Wl,-soname -Wl,lib$(TARGET).so.$(PROD_NUM) \ -o $(LIBDIR)$(XTRA)/lib$(TARGET).so.$(BLD_VER) \ -L$(LIBDIR)$(XTRA) \