~ubuntu-branches/ubuntu/oneiric/firebird2.1/oneiric

« back to all changes in this revision

Viewing changes to .pc/local-CFLAGS.patch/builds/posix/prefix.example

  • Committer: Bazaar Package Importer
  • Author(s): Damyan Ivanov
  • Date: 2011-04-22 18:59:44 UTC
  • mfrom: (2.1.24 sid)
  • Revision ID: james.westby@ubuntu.com-20110422185944-egwy9r5xynjddku5
Tags: 2.1.4.18393-0.ds2-2
* apply patch from upstream SVN fixing ICU collations
* remove lintian overrides about manpages shipped in dependency package
* claim compliancy with Policy 3.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#_____________________________________________________________________________
 
2
 
 
3
# Changing options based on module
 
4
 
 
5
# Something that Solaris was doing for intl libraries.
 
6
if $(eq $(ModuleName), "intl") 
 
7
    LIB_LINK_OPTIONS := -assert pure-text -assert nosymbolic 
 
8
endif
 
9
 
 
10
# Firebird needs no RTTI
 
11
CXXFLAGS:= $(CXXFLAGS) -fno-rtti
 
12
 
 
13
OS_ServerFiles=inet_server.cpp
 
14
 
 
15
EMBED_UTIL_TARGETS=gstat gds_drop gsec nbackup fb_lock_print
 
16
CLIENT_UTIL_TARGETS=gds_drop gstat gsec fbguard fbmgr_bin nbackup fb_lock_print
 
17
 
 
18
Physical_IO_Module=os/posix/unix.cpp