Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 315213 Details for
Bug 421007
net-misc/xupnpd - Light DLNA Media Server
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
makefile.patch
makefile.patch (text/plain), 790 bytes, created by
Vladimir Berezhnoy
on 2012-06-13 17:17:00 UTC
(
hide
)
Description:
makefile.patch
Filename:
MIME Type:
Creator:
Vladimir Berezhnoy
Created:
2012-06-13 17:17:00 UTC
Size:
790 bytes
patch
obsolete
>diff --git a/src/Makefile b/src/Makefile >index ad6622f..ad0c9a4 100644 >--- a/src/Makefile >+++ b/src/Makefile >@@ -1,13 +1,11 @@ >-LUA = lua-5.1.4 >-#LUA = lua-5.2.0 >-CFLAGS = -fno-exceptions -fno-rtti -O2 -I$(LUA) -L$(LUA) >+CC ?= gcc >+CXX ?= g++ >+ > SRC = main.cpp soap.cpp mem.cpp mcast.cpp luaxlib.cpp luaxcore.cpp luajson.cpp luajson_parser.cpp > > x86: >- make -C $(LUA) CC=gcc a >- gcc -O2 -c -o md5.o md5c.c >- gcc $(CFLAGS) -DWITH_LIBUUID -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -o xupnpd $(SRC) md5.o -llua -ldl -lm -luuid >- strip xupnpd >+ $(CC) $(CFLAGS) -c -o md5.o md5c.c >+ $(CXX) $(CXXFLAGS) $(LDFLAGS) -fno-exceptions -fno-rtti -DWITH_LIBUUID -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -o xupnpd $(SRC) md5.o -llua -ldl -lm -luuid > > x86_bsd: > make -C $(LUA) CC=gcc a
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 421007
:
315211
| 315213 |
315215
|
315217