From b88a1ab855ecc3f0fc8132ba8af95be9c8e1053b Mon Sep 17 00:00:00 2001 From: Martchus Date: Sat, 5 Jan 2019 01:53:14 +0100 Subject: [PATCH] Remove workarounds for building static Windows binaries The faulty linker search path should no longer be present. --- passwordmanager/mingw-w64-static/PKGBUILD | 1 - syncthingtray/mingw-w64-static/PKGBUILD | 1 - tageditor/mingw-w64-static/PKGBUILD | 1 - 3 files changed, 3 deletions(-) diff --git a/passwordmanager/mingw-w64-static/PKGBUILD b/passwordmanager/mingw-w64-static/PKGBUILD index de207b16..18bc0193 100644 --- a/passwordmanager/mingw-w64-static/PKGBUILD +++ b/passwordmanager/mingw-w64-static/PKGBUILD @@ -37,7 +37,6 @@ build() { -DSVG_SUPPORT:BOOL=ON \ -DSVG_ICON_SUPPORT:BOOL=0N \ ../ - find . -type f -iname 'linklibs.rsp' -exec sed -i "s|-L/lib||g" {} \; make popd done diff --git a/syncthingtray/mingw-w64-static/PKGBUILD b/syncthingtray/mingw-w64-static/PKGBUILD index b22edd3d..6fdc6511 100644 --- a/syncthingtray/mingw-w64-static/PKGBUILD +++ b/syncthingtray/mingw-w64-static/PKGBUILD @@ -51,7 +51,6 @@ build() { -DSVG_SUPPORT:BOOL=ON \ -DSVG_ICON_SUPPORT:BOOL=0N \ ../ - find . -type f -iname 'linklibs.rsp' -exec sed -i "s|-L/lib||g" {} \; make popd done diff --git a/tageditor/mingw-w64-static/PKGBUILD b/tageditor/mingw-w64-static/PKGBUILD index 523476a4..2fa62a0a 100644 --- a/tageditor/mingw-w64-static/PKGBUILD +++ b/tageditor/mingw-w64-static/PKGBUILD @@ -58,7 +58,6 @@ build() { -DSVG_SUPPORT:BOOL=ON \ -DSVG_ICON_SUPPORT:BOOL=0N \ ../ - find . -type f -iname 'linklibs.rsp' -exec sed -i "s|-L/lib||g" {} \; make popd done