mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
defs.mk: Disable gfilt for rpm builds
This commit (hopefully) makes CPP not use gfilt for rpm builds TODO: re-enable this for use with rpm libs
This commit is contained in:
parent
0ee9e88e4c
commit
5482744e3b
1 changed files with 5 additions and 1 deletions
|
|
@ -307,7 +307,11 @@ LDREST += $(LDAUDIO) $(LDFFTW) -ldl
|
|||
CC = $(YAMD)gcc
|
||||
#CPP = $(YAMD)g++
|
||||
#CPP = gfilt
|
||||
CPP = sh $(MODDIR)/contrib/gfilt/gfilt
|
||||
ifeq ($(USE_RPMLIBS),)
|
||||
CPP = sh $(MODDIR)/contrib/gfilt/gfilt
|
||||
else
|
||||
CPP = g++
|
||||
endif
|
||||
RM = rm
|
||||
AR = ar
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue