Displaying 3 results from an estimated 3 matches for "20lib64".
2006 Feb 19
1
Contacting upstream
...Config.mk from:
ifeq ($(XEN_TARGET_ARCH),x86_64)
LIBDIR = lib64
else
LIBDIR = lib
endif
to:
ifeq ($(XEN_TARGET_ARCH),x86_64)
LIBDIR ?= lib64
else
LIBDIR ?= lib
endif
Which shoudln't change anything for them and lets us pass the LIBDIR= parameter to make and remove our 20lib64.dpatch.
Any other points we might want to touch, while we're at it?
Guido
2006 Feb 19
1
r26 - in trunk/debian: . patches
...e compile without the .hg stuff
Modified: trunk/debian/patches/00list
===================================================================
--- trunk/debian/patches/00list 2006-02-19 16:41:16 UTC (rev 25)
+++ trunk/debian/patches/00list 2006-02-19 18:38:10 UTC (rev 26)
@@ -1,2 +1,3 @@
10sysconfig
20lib64
+30xenchangeset
Modified: trunk/debian/patches/10sysconfig.dpatch
===================================================================
--- trunk/debian/patches/10sysconfig.dpatch 2006-02-19 16:41:16 UTC (rev 25)
+++ trunk/debian/patches/10sysconfig.dpatch 2006-02-19 18:38:10 UTC (rev 26)
@@ -2,7 +2...
2006 Feb 18
1
r19 - in trunk/debian: . patches
...tualized through the XEN virtual
Modified: trunk/debian/patches/00list
===================================================================
--- trunk/debian/patches/00list 2006-02-18 09:56:32 UTC (rev 18)
+++ trunk/debian/patches/00list 2006-02-18 16:38:52 UTC (rev 19)
@@ -1,2 +1,3 @@
10sysconfig
20lib64
+30rename-pae-hypervisor
Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules 2006-02-18 09:56:32 UTC (rev 18)
+++ trunk/debian/rules 2006-02-18 16:38:52 UTC (rev 19)
@@ -35,6 +35,10 @@
install: debian/stamps/build
rm -rf debian...