diff options
| author | Bart Ribbers <bribbers@disroot.org> | 2020-04-19 16:01:29 +0200 |
|---|---|---|
| committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-04-24 11:46:42 +0000 |
| commit | 7bca9ef0b5ffb49dc60bab56ac0241e64a9e1306 (patch) | |
| tree | 2414371e2211b3606bd016f65dbae0ac20aa746f | |
| parent | 8427d2b4943c43d00eeaddf395719ee973dce561 (diff) | |
| download | aports-7bca9ef0b5ffb49dc60bab56ac0241e64a9e1306.tar.bz2 aports-7bca9ef0b5ffb49dc60bab56ac0241e64a9e1306.tar.xz | |
community/signon-plugin-oauth2: move from testing
| -rw-r--r-- | community/signon-plugin-oauth2/APKBUILD (renamed from testing/signon-plugin-oauth2/APKBUILD) | 2 | ||||
| -rw-r--r-- | community/signon-plugin-oauth2/disable-werror.patch (renamed from testing/signon-plugin-oauth2/disable-werror.patch) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/testing/signon-plugin-oauth2/APKBUILD b/community/signon-plugin-oauth2/APKBUILD index 9cc4c66797..9f7b54866d 100644 --- a/testing/signon-plugin-oauth2/APKBUILD +++ b/community/signon-plugin-oauth2/APKBUILD @@ -25,7 +25,7 @@ build() { qmake-qt5 \ PREFIX=/usr \ LIBDIR=/usr/lib - make CPPFLAGS="-Wno-error" + CPPFLAGS="$CPPFLAGS -Wno-error" make } check() { diff --git a/testing/signon-plugin-oauth2/disable-werror.patch b/community/signon-plugin-oauth2/disable-werror.patch index 484eddbef9..484eddbef9 100644 --- a/testing/signon-plugin-oauth2/disable-werror.patch +++ b/community/signon-plugin-oauth2/disable-werror.patch |
