FreeBSD Bugzilla – Attachment 181959 Details for
Bug 218784
databases/rocksdb: remove no-op, fix LITE cflags
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Remove CPPFLAGS, change to CFLAGS
rocksdblite.diff (text/plain), 612 bytes, created by
David Thiel
on 2017-04-20 23:12:34 UTC
(
hide
)
Description:
Remove CPPFLAGS, change to CFLAGS
Filename:
MIME Type:
Creator:
David Thiel
Created:
2017-04-20 23:12:34 UTC
Size:
612 bytes
patch
obsolete
>--- /tmp/Makefile 2017-04-20 15:43:45.813803000 -0700 >+++ rocksdb/Makefile 2017-04-20 15:44:17.697143000 -0700 >@@ -29,7 +29,6 @@ > CONFIGURE_ARGS= make_config.mk > CONFIGURE_ENV= PORTABLE=0 ROCKSDB_ROOT=${WRKSRC} > CONFIGURE_SCRIPT= build_tools/build_detect_platform >-CPPFLAGS+= -DOS_FREEBSD > HAS_CONFIGURE= yes > MAKE_ENV= CXX=${CXX} INSTALL_PATH=${STAGEDIR}${PREFIX} > USE_CXXSTD= c++11 >@@ -58,7 +57,7 @@ > .else > PKGNAMESUFFIX= -lite > CONFLICTS_INSTALL= rocksdb-[0-9]* >-CPPFLAGS+= -DROCKSDB_LITE=1 >+CFLAGS+= -DROCKSDB_LITE=1 > MAKE_ENV+= LIBNAME=librocksdb${PKGNAMESUFFIX} > PLIST_SUB+= LITE=${PKGNAMESUFFIX} > .endif
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 218784
: 181959