summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2008-05-20 02:58:24 +0000
committerJim Ramsay <lack@gentoo.org>2008-05-20 02:58:24 +0000
commit1b980fc7b52129dc64098c3416553048ea7fbd3b (patch)
treeb597efbe57cc4f681056830bd399f655dbf35820 /rox-base/rox/files
parentBumped to latest release. Added new dep of dom4j, might be a conditional dep ... (diff)
downloadgentoo-2-1b980fc7b52129dc64098c3416553048ea7fbd3b.tar.gz
gentoo-2-1b980fc7b52129dc64098c3416553048ea7fbd3b.tar.bz2
gentoo-2-1b980fc7b52129dc64098c3416553048ea7fbd3b.zip
New version 2.8 is released
(Portage version: 2.1.4.4)
Diffstat (limited to 'rox-base/rox/files')
-rw-r--r--rox-base/rox/files/rox-2.8-nostrip.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/rox-base/rox/files/rox-2.8-nostrip.patch b/rox-base/rox/files/rox-2.8-nostrip.patch
new file mode 100644
index 000000000000..2a63ce73f160
--- /dev/null
+++ b/rox-base/rox/files/rox-2.8-nostrip.patch
@@ -0,0 +1,20 @@
+Index: ROX-Filer/src/Makefile.in
+===================================================================
+--- ROX-Filer/src/Makefile.in (revision 4834)
++++ ROX-Filer/src/Makefile.in (working copy)
+@@ -51,10 +51,12 @@
+ ${PROG}: ${OBJECTS}
+ ${CC} -o "${PROG}" ${OBJECTS} ${LDFLAGS}
+ mv "${PROG}" "${PLATFORM_DIR}"
++
++${PROG}.dbg: ${PROG}
+ -(cd "${PLATFORM_DIR}" && \
+- objcopy --only-keep-debug ROX-Filer ROX-Filer.dbg && \
+- strip ROX-Filer && \
+- objcopy --add-gnu-debuglink=ROX-Filer.dbg ROX-Filer)
++ objcopy --only-keep-debug ${PROG} ${PROG}.dbg && \
++ strip ${PROG} && \
++ objcopy --add-gnu-debuglink=${PROG}.dbg ${PROG})
+
+ clean:
+ rm -f *.o Makefile.bak