diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2009-01-14 15:12:05 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2009-01-14 15:12:05 +0000 |
commit | b3bd3e980e16cb4792be1a7a4162dbc19dae8b86 (patch) | |
tree | dc0994001780c435037745ca0067fe8dc94c5f23 /x11-plugins/wmmenu/files/wmmenu-1.2-Makefile.patch | |
parent | Prevent auto-stripping of binaries. Closes bug #252112. (diff) | |
download | historical-b3bd3e980e16cb4792be1a7a4162dbc19dae8b86.tar.gz historical-b3bd3e980e16cb4792be1a7a4162dbc19dae8b86.tar.bz2 historical-b3bd3e980e16cb4792be1a7a4162dbc19dae8b86.zip |
Prevent automatic stripping of binaries. Closes bug #252110.
Package-Manager: portage-2.1.6.4/cvs/Linux 2.6.24-tuxonice-r9 i686
Diffstat (limited to 'x11-plugins/wmmenu/files/wmmenu-1.2-Makefile.patch')
-rw-r--r-- | x11-plugins/wmmenu/files/wmmenu-1.2-Makefile.patch | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-plugins/wmmenu/files/wmmenu-1.2-Makefile.patch b/x11-plugins/wmmenu/files/wmmenu-1.2-Makefile.patch index 26a8419ef343..766f9c672fe3 100644 --- a/x11-plugins/wmmenu/files/wmmenu-1.2-Makefile.patch +++ b/x11-plugins/wmmenu/files/wmmenu-1.2-Makefile.patch @@ -9,7 +9,7 @@ #GDKPIXBUF2 = 1 XROOT = /usr/X11R6 -@@ -19,14 +19,14 @@ +@@ -19,17 +19,17 @@ # If you want to use gdk-pixbuf-2.0, pass GDKPIXBUF2=1 to make command ifdef GDKPIXBUF2 @@ -26,3 +26,7 @@ CPPFLAGS = -MMD -ansi -pedantic -Wall $(INCDIRS) $(DEFINES) INCDIRS = -I$(DAROOT)/include -I$(XROOT)/include $(PIXBUF_INC) DEFINES = -DETCDIR='"$(ETCDIR)"' $(PIXBUF_DEF) +-LDFLAGS = -s ++#LDFLAGS = -s + LIBDIRS = -L$(DAROOT)/lib -L$(XROOT)/lib $(PIXBUF_LIB) + LDLIBS = -ldockapp -lXpm -lXext -lX11 -lm |