blob: 44f8b75a64d402620baabd1c562bf9d27b7cb7ae (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
*** make/common.mak.orig Tue Jul 29 11:25:23 2003
--- make/common.mak Wed Jun 8 16:50:19 2005
***************
*** 262,268 ****
endif
ifneq ($(P_SHAREDLIB),1)
! LDFLAGS += -static
endif
# clean whitespace out of source file list
--- 262,268 ----
endif
ifneq ($(P_SHAREDLIB),1)
! #LDFLAGS += -static
endif
# clean whitespace out of source file list
|