diff options
author | Ted Gould <ted@gould.cx> | 2012-02-09 22:34:30 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-02-09 22:34:30 -0600 |
commit | aed2d0094b438f51bf6fd6f9924a5924beaeaf29 (patch) | |
tree | 6fd1e0f18f1f63da533ac349f245f6d2f448468f /debian/rules | |
parent | b4e4cfad7964bce931df142243e49a4ddce1f4c5 (diff) | |
parent | 4aacdd9668a570edcd9a8654865f147dcab396fe (diff) | |
download | ayatana-indicator-messages-aed2d0094b438f51bf6fd6f9924a5924beaeaf29.tar.gz ayatana-indicator-messages-aed2d0094b438f51bf6fd6f9924a5924beaeaf29.tar.bz2 ayatana-indicator-messages-aed2d0094b438f51bf6fd6f9924a5924beaeaf29.zip |
Merge from U. Desktop
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index a2f4065..4eae6c7 100755 --- a/debian/rules +++ b/debian/rules @@ -12,6 +12,7 @@ DEB_DESTDIR = $(CURDIR)/debian/tmp/$(cdbs_make_curflavor)/ DEB_CONFIGURE_FLAGS_gtk2 = --with-gtk=2 DEB_CONFIGURE_FLAGS_gtk3 = --with-gtk=3 +CFLAGS += -Wno-error=deprecated-declarations LDFLAGS += -Wl,-z,defs -Wl,--as-needed debian/stamp-autotools/gtk2: cdbs_configure_flags += $(DEB_CONFIGURE_FLAGS_gtk2) |