diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2015-10-05 13:06:35 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2015-10-05 13:06:35 -0500 |
commit | 55ec6e57ee6ec5930b2ec74ececde52ead16f935 (patch) | |
tree | 7c23970516b3faeb0d70ecaa95888d5dfd959aa0 /debian/rules | |
parent | 645e1ade17334468583a0227cf685940ce6043aa (diff) | |
parent | 3f3445ae0c7c47f3351bccbb4e653c875da89f85 (diff) | |
download | ayatana-indicator-datetime-55ec6e57ee6ec5930b2ec74ececde52ead16f935.tar.gz ayatana-indicator-datetime-55ec6e57ee6ec5930b2ec74ececde52ead16f935.tar.bz2 ayatana-indicator-datetime-55ec6e57ee6ec5930b2ec74ececde52ead16f935.zip |
sync with trunk
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/debian/rules b/debian/rules index cf940f5..d2889aa 100755 --- a/debian/rules +++ b/debian/rules @@ -1,10 +1,5 @@ #!/usr/bin/make -f -# Explicitly selecting a G{CC,++}-version here to avoid accidental -# ABI breaks introduced by toolchain updates. -export CC=$(DEB_HOST_GNU_TYPE)-gcc-4.9 -export CXX=$(DEB_HOST_GNU_TYPE)-g++-4.9 - LDFLAGS += -Wl,-z,defs -Wl,--as-needed %: |