mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 09:20:39 +01:00
Little changes to build stable Linux packages
This commit is contained in:
parent
fe0c77d75f
commit
5422d7af64
@ -27,7 +27,7 @@
|
||||
# Contributor(s):
|
||||
#
|
||||
#
|
||||
# $Id: Makefile.in.firebird,v 1.20 2002-12-09 01:43:21 nmcc Exp $
|
||||
# $Id: Makefile.in.firebird,v 1.21 2002-12-11 20:52:59 skidder Exp $
|
||||
#
|
||||
|
||||
ROOT=..
|
||||
@ -511,8 +511,8 @@ $(FIREBIRD)/misc/% :: $(SRC_ROOT)/install/misc/%
|
||||
#___________________________________________________________________________
|
||||
#
|
||||
|
||||
CLASSIC_ScriptFiles = CSchangeRunUser.sh CSrestoreRootRunUser.sh changeDBAPassword.sh
|
||||
SUPER_ScriptFiles = SSchangeRunUser.sh SSrestoreRootRunUser.sh changeDBAPassword.sh
|
||||
CLASSIC_ScriptFiles = CSchangeRunUser.sh CSrestoreRootRunUser.sh
|
||||
SUPER_ScriptFiles = SSchangeRunUser.sh SSrestoreRootRunUser.sh
|
||||
|
||||
|
||||
ifeq ($(ArchType),super)
|
||||
|
@ -15,13 +15,13 @@
|
||||
# All Rights Reserved.
|
||||
# Contributor(s): ______________________________________.
|
||||
# Start of file prefix.linux: $(VERSION) $(PLATFORM)
|
||||
#$Id: prefix.linux,v 1.10 2002-12-05 16:15:04 kkuznetsov Exp $
|
||||
#$Id: prefix.linux,v 1.11 2002-12-11 20:52:59 skidder Exp $
|
||||
# 2 Oct 2002, Nickolay Samofatov - Major cleanup
|
||||
|
||||
# The foillowing has been commented out since gcc 3.2 has some problems
|
||||
# when optimization is higher than -O1 AND target arch is greater than i386
|
||||
#PROD_FLAGS=-O3 -march=i686 -DNDEBUG -DLINUX -pipe -MMD -fPIC
|
||||
PROD_FLAGS=-O1 -march=i686 -DNDEBUG -DLINUX -pipe -MMD -fPIC
|
||||
PROD_FLAGS=-O3 -march=i386 -DNDEBUG -DLINUX -pipe -MMD -fPIC
|
||||
DEV_FLAGS=-ggdb -DLINUX -DDEBUG_GDS_ALLOC -pipe -MMD -p -fPIC -Wall
|
||||
|
||||
LIB_LINK_OPTIONS:=
|
||||
|
@ -1,4 +1,4 @@
|
||||
dnl $Id: configure.in,v 1.103 2002-12-06 13:44:52 eku Exp $
|
||||
dnl $Id: configure.in,v 1.104 2002-12-11 20:52:57 skidder Exp $
|
||||
|
||||
dnl ############################# INITIALISATION ###############################
|
||||
|
||||
@ -652,8 +652,8 @@ case "$PLATFORM" in
|
||||
gen/install/scripts/postuninstall.sh:${INSTALL_SRC_DIR}/postuninstall.sh.in
|
||||
gen/install/scripts/rpmheader.txt:${INSTALL_SRC_DIR}/rpmheader.txt.in
|
||||
gen/install/scripts/rpmfiles.txt:${INSTALL_SRC_DIR}/rpmfiles.txt.in
|
||||
gen/install/misc/firebird.xinetd:src/install/arch-specific/linux/misc/firebird.xinetd.in
|
||||
gen/install/misc/changeDBAPassword.sh:src/install/arch-specific/linux/misc/changeDBAPassword.sh.in
|
||||
gen/firebird/misc/firebird.xinetd:src/install/arch-specific/linux/misc/firebird.xinetd.in
|
||||
gen/firebird/bin/changeDBAPassword.sh:src/install/arch-specific/linux/misc/changeDBAPassword.sh.in
|
||||
],[chmod a+x gen/install/scripts/*.sh gen/install/*sh 2>/dev/null])
|
||||
;;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user