]> git.pld-linux.org Git - packages/Y.git/commitdiff
- link libY++ with used libY, don't force -O3 -g
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 21 Feb 2004 22:38:43 +0000 (22:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Y-make.patch -> 1.1

Y-make.patch [new file with mode: 0644]

diff --git a/Y-make.patch b/Y-make.patch
new file mode 100644 (file)
index 0000000..2990f20
--- /dev/null
@@ -0,0 +1,22 @@
+--- Y--devel--0.2--patch-1/libYc++/Makefile.am.orig    2004-01-29 22:30:13.000000000 +0100
++++ Y--devel--0.2--patch-1/libYc++/Makefile.am 2004-02-21 22:57:26.948314336 +0100
+@@ -20,7 +20,7 @@
+ Y/c++/gridlayout.h \
+ Y/c++/menu.h 
+-libYc___la_LIBADD  = $(LIBSIGC_LIBS)
++libYc___la_LIBADD  = $(LIBSIGC_LIBS) ../libY/libY.la
+ libYc___la_SOURCES = \
+ Y/c++/y.cc \
+ Y/c++/object.cc \
+--- Y--devel--0.2--patch-1/configure.ac.orig   2004-01-29 22:30:13.000000000 +0100
++++ Y--devel--0.2--patch-1/configure.ac        2004-02-21 22:59:29.440692664 +0100
+@@ -47,7 +47,7 @@
+ AM_CONDITIONAL(WANT_YITERM, test x$enable_yiterm != xno )
+ CPPFLAGS="$CPPFLAGS $FREETYPE_CPPFLAGS"
+-CFLAGS="$CFLAGS -g -O3 -pipe -fexpensive-optimizations -Wall -Werror"
++CFLAGS="$CFLAGS -pipe -fexpensive-optimizations -Wall -Werror"
+ LIBS="$LIBS"
+ AC_CONFIG_FILES(
This page took 0.059388 seconds and 4 git commands to generate.