Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
>
pdns-recursor
> pdns-recursor-3.1.7-makefile.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File pdns-recursor-3.1.7-makefile.patch of Package pdns-recursor
--- Makefile.orig 2008-06-28 14:43:11.000000000 +0200 +++ Makefile 2008-06-28 14:43:58.000000000 +0200 @@ -42,7 +42,9 @@ STATICFLAGS=-Wl,-Bstatic -lstdc++ $(LUALIBS) -lgcc -Wl,-Bdynamic -static-libgcc -lm -lc LINKCC=$(CC) LDFLAGS += malloc.o -ldl -lm -else ifeq ($(STATIC),full) +endif + +ifeq ($(STATIC),full) STATICFLAGS=-lstdc++ $(LUALIBS) -ldl -lm -static LINKCC=$(CC) else