summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-12-30 03:31:55 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-12-30 03:31:55 +0000
commitb697f2a8b4100865f6fa2c28faacd8b96f6c7880 (patch)
tree759d221628e8445b085325cb52742fe8a999ab98 /debian
parent4731f0049c58e98e286d1b9fb349b07b37ecb930 (diff)
downloadpcsxr-b697f2a8b4100865f6fa2c28faacd8b96f6c7880.tar.gz
intltoolize. (for gtkbuilder)
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61593 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 840611b3..dde64b36 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: pcsxr
Section: otherosfs
Priority: extra
Maintainer: Wei Mingzhi <whistler@openoffice.org>
-Build-Depends: debhelper (>= 5), libgtk2.0-dev, libglade2-dev, zlib1g-dev | libz-dev, libxv-dev, libxtst-dev, nasm, libgl1-mesa-dev, libxxf86vm-dev, libsdl1.2-dev
+Build-Depends: debhelper (>= 5), libgtk2.0-dev, libglade2-dev, zlib1g-dev | libz-dev, libxv-dev, libxtst-dev, nasm, libgl1-mesa-dev, libxxf86vm-dev, libsdl1.2-dev, intltool
Standards-Version: 3.7.3
Package: pcsxr
diff --git a/debian/rules b/debian/rules
index 8645846a..3653c953 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ CFLAGS = -Wall -g
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS += -O0
else
- CFLAGS += -O2 -fomit-frame-pointer
+ CFLAGS += -O2 -fomit-frame-pointer -fno-strict-aliasing
endif
CONFIGURE_PARAM = \