SOURCES: pgadmin3-am_no_debug.patch (NEW) - remove `-g' from AM_*F...

twittner twittner at pld-linux.org
Sat Sep 3 07:32:13 CEST 2005


Author: twittner                     Date: Sat Sep  3 05:32:12 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- remove `-g' from AM_*FLAGS

---- Files affected:
SOURCES:
   pgadmin3-am_no_debug.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/pgadmin3-am_no_debug.patch
diff -u /dev/null SOURCES/pgadmin3-am_no_debug.patch:1.1
--- /dev/null	Sat Sep  3 07:32:12 2005
+++ SOURCES/pgadmin3-am_no_debug.patch	Sat Sep  3 07:32:07 2005
@@ -0,0 +1,29 @@
+diff -Nurb o.pgadmin3-1.2.2/src/Makefile.am n.pgadmin3-1.2.2/src/Makefile.am
+--- o.pgadmin3-1.2.2/src/Makefile.am	2005-05-26 14:54:51.000000000 +0200
++++ n.pgadmin3-1.2.2/src/Makefile.am	2005-09-03 02:50:10.533940200 +0200
+@@ -180,9 +180,9 @@
+ if !APPBUNDLE
+ 
+ nobase_dist_pkgdata_DATA = $(TMP_ui)
+-AM_CXXFLAGS = -DDATA_DIR=\"$(pkgdatadir)/\" -Wall -g -I$(top_srcdir)/src/include -I$(top_srcdir)/src/agent/include
+-AM_CPPFLAGS = -DDATA_DIR=\"$(pkgdatadir)/\" -Wall -g -I$(top_srcdir)/src/include -I$(top_srcdir)/src/agent/include
+-AM_CFLAGS = -DDATA_DIR=\"$(pkgdatadir)/\" -Wall -g -I$(top_srcdir)/src/include -I$(top_srcdir)/src/agent/include
++AM_CXXFLAGS = -DDATA_DIR=\"$(pkgdatadir)/\" -Wall -I$(top_srcdir)/src/include -I$(top_srcdir)/src/agent/include
++AM_CPPFLAGS = -DDATA_DIR=\"$(pkgdatadir)/\" -Wall -I$(top_srcdir)/src/include -I$(top_srcdir)/src/agent/include
++AM_CFLAGS = -DDATA_DIR=\"$(pkgdatadir)/\" -Wall -I$(top_srcdir)/src/include -I$(top_srcdir)/src/agent/include
+ 
+ # Automake trys to execute install-exec-hook if it appears anywhere in the file, so we need a dummy
+ # for non-APPBUNDLE cases.
+@@ -191,9 +191,9 @@
+ else
+ 
+ nobase_dist_data_DATA = $(TMP_ui)
+-AM_CXXFLAGS = -Wall -g -I$(top_srcdir)/src/include -I$(top_srcdir)/src/agent/include
+-AM_CPPFLAGS = -Wall -g -I$(top_srcdir)/src/include -I$(top_srcdir)/src/agent/include
+-AM_CFLAGS = -Wall -g -I$(top_srcdir)/src/include -I$(top_srcdir)/src/agent/include
++AM_CXXFLAGS = -Wall -I$(top_srcdir)/src/include -I$(top_srcdir)/src/agent/include
++AM_CPPFLAGS = -Wall -I$(top_srcdir)/src/include -I$(top_srcdir)/src/agent/include
++AM_CFLAGS = -Wall -I$(top_srcdir)/src/include -I$(top_srcdir)/src/agent/include
+ 
+ install-exec-hook:
+ 	cd $(bindir) ;\
================================================================



More information about the pld-cvs-commit mailing list