diff options
author | Ted Gould <ted@gould.cx> | 2012-02-07 21:09:18 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-02-07 21:09:18 -0600 |
commit | 669d032147326fadfd606eb22efd5ca3e5c4d39a (patch) | |
tree | 9f22d3a09d1718d156728596596616231f231692 /debian/rules | |
parent | 374c13ec920a441b4481db53f6516ca78e79de91 (diff) | |
parent | 6c05bbbd892c117777b11662b7e86c0d201398ec (diff) | |
download | ayatana-indicator-session-669d032147326fadfd606eb22efd5ca3e5c4d39a.tar.gz ayatana-indicator-session-669d032147326fadfd606eb22efd5ca3e5c4d39a.tar.bz2 ayatana-indicator-session-669d032147326fadfd606eb22efd5ca3e5c4d39a.zip |
Merge U. Desktop
Diffstat (limited to 'debian/rules')
-rw-r--r-- | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index a393364..43ffda2 100644 --- a/debian/rules +++ b/debian/rules @@ -13,6 +13,7 @@ DEB_CONFIGURE_FLAGS_gtk2 = --with-gtk=2 DEB_CONFIGURE_FLAGS_gtk3 = --with-gtk=3 DEB_CONFIGURE_EXTRA_FLAGS = --disable-static +CFLAGS += -Wno-error=deprecated-declarations LDFLAGS += -Wl,-z,defs -Wl,--as-needed debian/stamp-autotools/gtk2: cdbs_configure_flags += $(DEB_CONFIGURE_FLAGS_gtk2) |