mirror of
https://github.com/znc/znc.git
synced 2026-08-07 17:33:34 +02:00
only need perl_inc for this guy
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@740 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
+2
-2
@@ -5,8 +5,8 @@ INCLUDES=@INCLUDES@ -I..
|
||||
LIBS=@LIBS@
|
||||
PERL=@PERL@
|
||||
ifneq "$(PERL)" ""
|
||||
PERLCC=-DHAVE_PERL `$(PERL) -MExtUtils::Embed -e ccopts`
|
||||
PERLLD=`$(PERL) -MExtUtils::Embed -e ccopts -e ldopts`
|
||||
PERLCC=-DHAVE_PERL `$(PERL) -MExtUtils::Embed -e perl_inc`
|
||||
PERLLD=`$(PERL) -MExtUtils::Embed -e perl_inc -e ldopts`
|
||||
endif
|
||||
VPATH=.:..
|
||||
|
||||
|
||||
Reference in New Issue
Block a user