summaryrefslogtreecommitdiff
path: root/freefilesync/debian/rules
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-05-21 03:11:11 +0000
committerB Stack <bgstack15@gmail.com>2020-05-21 03:11:11 +0000
commit3ecfbfaf641478dc1b84099f417cff764671a209 (patch)
tree7cacb13c6a30f2513ff55dc5743f7f1ccb50388a /freefilesync/debian/rules
parentMerge branch 'palemoon-bump' into 'master' (diff)
parentfix whitespace for no_eraseif patch (diff)
downloadstackrpms-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-xfreefilesync/debian/rules2
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
bgstack15