rpms/postgresql-odbcng/F-11 postgresql-odbcng-0.99.101-debugpkg.patch, NONE, 1.1

Michael Schwendt mschwendt at fedoraproject.org
Wed Nov 18 08:43:56 UTC 2009


Author: mschwendt

Update of /cvs/pkgs/rpms/postgresql-odbcng/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7784

Added Files:
	postgresql-odbcng-0.99.101-debugpkg.patch 
Log Message:
sync with devel

postgresql-odbcng-0.99.101-debugpkg.patch:
 makefile.in |    5 -----
 1 file changed, 5 deletions(-)

--- NEW FILE postgresql-odbcng-0.99.101-debugpkg.patch ---
diff -up odbcng-0.99.101/makefile.in~ odbcng-0.99.101/makefile.in
--- odbcng-0.99.101/makefile.in~	2009-03-05 19:36:26.000000000 +0200
+++ odbcng-0.99.101/makefile.in	2009-05-08 21:32:55.000000000 +0300
@@ -24,8 +24,6 @@ CFLAGS += @DEFS@ -D'ODBCNG_FILE_NAME="@O
 
 ifeq ($(DEBUG), true)
 	CFLAGS += -g -DDEBUG
-else
-	CFLAGS += -g0
 endif
 
 ifeq ($(UNICODE), true)
@@ -85,9 +83,6 @@ else
 endif # win32
 
 all: lib$(LIBNAME).a $(SHLIB)
-ifneq ($(DEBUG), true)
-	strip .libs/$(SHLIB)
-endif
 	@echo "@PACKAGE_STRING@ successfully made. Ready to install."
 
 distclean:




More information about the scm-commits mailing list