[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[pkg-wine-party] [SCM] Debian Wine packaging branch, master, updated. wine-1.1.23-1-8-ge294b33



The following commit has been merged in the master branch:
commit 5683798e935886970265e50ec186e5ee963d4be0
Author: Ove Kaaven <ovek@arcticnet.no>
Date:   Fri Jun 19 01:01:26 2009 +0200

    On amd64, install into /emul/ia32-linux/usr/lib instead of into /usr/lib32.
    While they both refer to the same place, the relative paths inferred by the
    Wine build process work much better when they're deduced from the true path,
    rather than from symlinks.

diff --git a/debian/rules b/debian/rules
index a7469c1..3481586 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,7 +48,7 @@ ifeq ($(DEB_HOST_GNU_CPU),x86_64)
 
 IA32_LIBS = /emul/ia32-linux
 IA32_LDFLAGS += -L$(CURDIR)/lib32
-IA32_LIBDIR = usr/lib32
+IA32_LIBDIR = emul/ia32-linux/usr/lib
 
 # Not ready yet: build Win64 version
 #BUILDS = build32 build64

-- 
Debian Wine packaging



Reply to: