7082017 msqyl_config has issues
authorSunanda Menon <Sunanda.Menon@Sun.COM>
Sun, 28 Aug 2011 23:48:22 -0700
changeset 496 4c465de87d81
parent 495 4153db6738f5
child 497 ff6a031a6692
7082017 msqyl_config has issues
components/mysql-5-1/Makefile
--- a/components/mysql-5-1/Makefile	Fri Aug 26 17:58:22 2011 -0700
+++ b/components/mysql-5-1/Makefile	Sun Aug 28 23:48:22 2011 -0700
@@ -61,13 +61,10 @@
 -xlibmil -xlibmopt -xnorunpath 
 
 # C++ common compiler flags
-CXXFLAGS += -DDBUG_OFF -DBIG_TABLES -DHAVE_RWLOCK_T $(CC_PIC) $($(COMPILER)_opt) \
+CXXFLAGS += -DDBUG_OFF -noex -DBIG_TABLES -DHAVE_RWLOCK_T $(CC_PIC) $($(COMPILER)_opt) \
 $($(COMPILER)_MT) -xprefetch=auto -xprefetch_level=3 -fns=no -fsimple=1 -xbuiltin=%none \
 -xlibmil -xlibmopt
 
-# Common linker flags
-LDFLAGS += -lCrun -lrt
-
 #build environment common to both 32 & 64bit builds
 COMPONENT_BUILD_ENV +=	CFLAGS="$(CFLAGS)"
 COMPONENT_BUILD_ENV +=	LDFLAGS="$(LDFLAGS)"