diff options
author | B Stack <bgstack15@gmail.com> | 2020-05-21 03:11:11 +0000 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-05-21 03:11:11 +0000 |
commit | 3ecfbfaf641478dc1b84099f417cff764671a209 (patch) | |
tree | 7cacb13c6a30f2513ff55dc5743f7f1ccb50388a /freefilesync/debian/rules | |
parent | Merge branch 'palemoon-bump' into 'master' (diff) | |
parent | fix whitespace for no_eraseif patch (diff) | |
download | stackrpms-3ecfbfaf641478dc1b84099f417cff764671a209.tar.gz stackrpms-3ecfbfaf641478dc1b84099f417cff764671a209.tar.bz2 stackrpms-3ecfbfaf641478dc1b84099f417cff764671a209.zip |
Merge branch 'freefilesync-bump' into 'master'
Freefilesync 10.24
See merge request bgstack15/stackrpms!158
Diffstat (limited to 'freefilesync/debian/rules')
-rwxr-xr-x | freefilesync/debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/freefilesync/debian/rules b/freefilesync/debian/rules index 6f439e4..405ffd3 100755 --- a/freefilesync/debian/rules +++ b/freefilesync/debian/rules @@ -4,7 +4,7 @@ #export DEB_BUILD_MAINT_OPTIONS = hardening=+all #export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic #export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed -export LINKFLAGS="${LDFLAGS} -pie" +export linkFlags="${LDFLAGS} -pie" export appname=freefilesync export pkgname=FreeFileSync |