]> git.pld-linux.org Git - packages/Firebird.git/blame - Firebird-chmod.patch
- added link patch to fix libgds linking (use -ldl -lcrypt, added soname)
[packages/Firebird.git] / Firebird-chmod.patch
CommitLineData
ff19b114
JB
1--- firebird-1.0.2.908/builds/original/prefix.linux.orig 2002-03-01 14:16:31.000000000 +0100
2+++ firebird-1.0.2.908/builds/original/prefix.linux 2003-10-29 19:58:41.558232152 +0100
3@@ -65,7 +65,7 @@
4 BACKEND_BRIDGE_MISC= head5.o allp.o
5 BIN_PATH= /usr/isc/bin
6 BRIDGE_MISC= head5.o allp.o
7-CHMOD_VAL= 666
8+CHMOD_VAL= 644
9
10 #NOTE: I removed CURSES_LIB= -lbsd because it breaks the build on SuSE systems
11 # and isn't necessary anymore.
12@@ -163,9 +163,9 @@
13 SH= sh -c
14 RM= rm -f
15 CHMOD= chmod
16-CHMOD_6= chmod 666
17-CHMOD_7= chmod 777
18-CHMOD_S7= chmod 06777
19+CHMOD_6= chmod 644
20+CHMOD_7= chmod 755
21+CHMOD_S7= chmod 06755
22 MV= mv -f
23 TOUCH= touch
24 CP= cp
This page took 0.026904 seconds and 4 git commands to generate.