diff options
author | B Stack <bgstack15@gmail.com> | 2020-12-08 20:34:00 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-12-08 20:34:00 -0500 |
commit | d19ffa817fd106a18c1f87a9ee43458eeb6d2c91 (patch) | |
tree | f70af6107de0cf6e1d82f3a5ae105d2c16900519 /freefilesync/debian/patches/ffs_devuan_gtk3.patch | |
parent | Merge branch 'palemoon-bump' into 'master' (diff) | |
download | stackrpms-d19ffa817fd106a18c1f87a9ee43458eeb6d2c91.tar.gz stackrpms-d19ffa817fd106a18c1f87a9ee43458eeb6d2c91.tar.bz2 stackrpms-d19ffa817fd106a18c1f87a9ee43458eeb6d2c91.zip |
ffs dpkg 11.4, WIP ffs rpm
Diffstat (limited to 'freefilesync/debian/patches/ffs_devuan_gtk3.patch')
-rw-r--r-- | freefilesync/debian/patches/ffs_devuan_gtk3.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/freefilesync/debian/patches/ffs_devuan_gtk3.patch b/freefilesync/debian/patches/ffs_devuan_gtk3.patch index 8a5e83e..6548568 100644 --- a/freefilesync/debian/patches/ffs_devuan_gtk3.patch +++ b/freefilesync/debian/patches/ffs_devuan_gtk3.patch @@ -22,7 +22,7 @@ diff -x '*.rej' -x '*.orig' -x '*.git*' -Naur 10.24-0/FreeFileSync/Source/RealTi --- 10.24-0/FreeFileSync/Source/RealTimeSync/Makefile 2020-05-17 18:30:59.289498093 -0400 +++ 10.24-1/FreeFileSync/Source/RealTimeSync/Makefile 2020-05-17 19:32:59.791394275 -0400 @@ -7,9 +7,10 @@ - linkFlags += -s `wx-config --libs std, aui --debug=no` -lz -pthread + linkFlags += -s -no-pie `wx-config --libs std, aui, richtext --debug=no` -lz -pthread #Gtk - support "no button border" -cxxFlags += `pkg-config --cflags gtk+-2.0` |