disable stripping
This commit is contained in:
parent
250ec31925
commit
fc81ff6da2
@ -1,5 +1,5 @@
|
|||||||
--- pegasus/env_var_Linux.status.redhat-config 2006-03-15 20:33:51.000000000 -0500
|
--- pegasus/env_var_Linux.status.redhat-config 2006-03-15 20:33:51.000000000 -0500
|
||||||
+++ pegasus/env_var_Linux.status 2006-04-11 15:56:29.000000000 -0400
|
+++ pegasus/env_var_Linux.status 2006-04-12 13:46:18.000000000 -0400
|
||||||
@@ -18,7 +18,9 @@
|
@@ -18,7 +18,9 @@
|
||||||
PEGASUS_STAGING_DIR = $(PEGASUS_HOME)/stagingDir
|
PEGASUS_STAGING_DIR = $(PEGASUS_HOME)/stagingDir
|
||||||
endif
|
endif
|
||||||
@ -47,7 +47,7 @@
|
|||||||
$(PEGASUS_LOCAL_DOMAIN_SOCKET_DIR)/cimxml.socket
|
$(PEGASUS_LOCAL_DOMAIN_SOCKET_DIR)/cimxml.socket
|
||||||
|
|
||||||
--- pegasus/Makefile.Release.redhat-config 2006-01-30 11:16:16.000000000 -0500
|
--- pegasus/Makefile.Release.redhat-config 2006-01-30 11:16:16.000000000 -0500
|
||||||
+++ pegasus/Makefile.Release 2006-04-11 15:47:08.000000000 -0400
|
+++ pegasus/Makefile.Release 2006-04-12 13:46:18.000000000 -0400
|
||||||
@@ -590,10 +590,10 @@
|
@@ -590,10 +590,10 @@
|
||||||
$(foreach i, $(MANAGEDSYSTEM_MOF_FILES), $(MAKE) -f $(ROOT)/Makefile.Release setpermissions PERMISSIONS="$(Pr__r__r__)" OWNER="$(INSTALL_USR)" GROUP="$(INSTALL_GRP)" OBJECT=$(PEGASUS_STAGING_DIR)$(PEGASUS_MOF_DIR)/Pegasus/$(i);)
|
$(foreach i, $(MANAGEDSYSTEM_MOF_FILES), $(MAKE) -f $(ROOT)/Makefile.Release setpermissions PERMISSIONS="$(Pr__r__r__)" OWNER="$(INSTALL_USR)" GROUP="$(INSTALL_GRP)" OBJECT=$(PEGASUS_STAGING_DIR)$(PEGASUS_MOF_DIR)/Pegasus/$(i);)
|
||||||
|
|
||||||
@ -70,3 +70,15 @@
|
|||||||
>> $(PEGASUS_RPM_SPEC_FILE_PATH)
|
>> $(PEGASUS_RPM_SPEC_FILE_PATH)
|
||||||
@$(ECHO-E) "%config(noreplace) $(PEGASUS_CONFIG_DIR)/access.conf" \
|
@$(ECHO-E) "%config(noreplace) $(PEGASUS_CONFIG_DIR)/access.conf" \
|
||||||
>> $(PEGASUS_RPM_SPEC_FILE_PATH)
|
>> $(PEGASUS_RPM_SPEC_FILE_PATH)
|
||||||
|
--- pegasus/mak/config-linux.mak.redhat-config 2006-02-07 16:03:57.000000000 -0500
|
||||||
|
+++ pegasus/mak/config-linux.mak 2006-04-12 16:06:26.000000000 -0400
|
||||||
|
@@ -118,7 +118,8 @@
|
||||||
|
ifdef PEGASUS_USE_DEBUG_BUILD_OPTIONS
|
||||||
|
FLAGS += -g
|
||||||
|
else
|
||||||
|
- FLAGS += -s
|
||||||
|
+# FLAGS += -s
|
||||||
|
+# ^= let rpm handle stripping
|
||||||
|
#
|
||||||
|
# The -fno-enforce-eh-specs is not available in 2.9.5 and it probably
|
||||||
|
# appeared in the 3.0 series of compilers.
|
||||||
|
Loading…
Reference in New Issue
Block a user