diff options
author | 2008-05-20 02:58:24 +0000 | |
---|---|---|
committer | 2008-05-20 02:58:24 +0000 | |
commit | c308200b514e9e7765fb8d7d194594fddd967924 (patch) | |
tree | 759f7609a30f8bf11db0c1d1724ee05393e4027f /rox-base/rox/files | |
parent | Bumped to latest release. Added new dep of dom4j, might be a conditional dep ... (diff) | |
download | historical-c308200b514e9e7765fb8d7d194594fddd967924.tar.gz historical-c308200b514e9e7765fb8d7d194594fddd967924.tar.bz2 historical-c308200b514e9e7765fb8d7d194594fddd967924.zip |
New version 2.8 is released
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'rox-base/rox/files')
-rw-r--r-- | rox-base/rox/files/rox-2.8-nostrip.patch | 20 |
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 |