]> git.ipfire.org Git - location/libloc.git/commit
Makefile.am: Do not specify CC and LD when building perl module.
authorStefan Schantl <stefan.schantl@ipfire.org>
Tue, 23 Feb 2021 20:15:57 +0000 (21:15 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 26 Feb 2021 18:22:21 +0000 (18:22 +0000)
commit37a20a793f1d415ff8384a904efed03c7285c0ef
treeef737c93315e622302174bfb94924f0c5382f859
parentd39d928b4db79e9c32d68d49de47be8b55b3ca92
Makefile.am: Do not specify CC and LD when building perl module.

Specifing the CC and LD flags is not required because perl MakeMaker
takes care of this.

Fixes #12574.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am