diff options
| author | Michael J Gruber <git@grubix.eu> | 2022-01-11 11:13:34 +0100 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2022-01-11 15:28:08 -0400 |
| commit | 21e206e8b9bec15dbb4b1fa738a483eac4a135fa (patch) | |
| tree | 64bdcddf302f7893c7ee423dcbfb804ef8577d7c /configure | |
| parent | 332b3b639ebd797eac6980fc7bd547f6cd064e84 (diff) | |
configure: Ignore more options that Fedora spec macros expect
Signed-off-by: Michael J Gruber <git@grubix.eu>
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -312,12 +312,22 @@ for option; do true elif [ "${option%%=*}" = '--host' ] ; then true + elif [ "${option%%=*}" = '--bindir' ] ; then + true + elif [ "${option%%=*}" = '--sbindir' ] ; then + true elif [ "${option%%=*}" = '--datadir' ] ; then true elif [ "${option%%=*}" = '--localstatedir' ] ; then true + elif [ "${option%%=*}" = '--sharedstatedir' ] ; then + true elif [ "${option%%=*}" = '--libexecdir' ] ; then true + elif [ "${option%%=*}" = '--exec-prefix' ] ; then + true + elif [ "${option%%=*}" = '--program-prefix' ] ; then + true elif [ "${option}" = '--disable-maintainer-mode' ] ; then true elif [ "${option}" = '--disable-dependency-tracking' ] ; then |
