diff options
author | jbj <devnull@localhost> | 2004-11-11 16:57:42 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2004-11-11 16:57:42 +0000 |
commit | 7be6851e3f7d88949419baaf9f0a05378084af96 (patch) | |
tree | 53d64a92b9bb8fe48e222b7f43c1d7000cca9ec9 | |
parent | fbbbddcd7e7b80152be34332e113c867e513673f (diff) | |
download | librpm-tizen-7be6851e3f7d88949419baaf9f0a05378084af96.tar.gz librpm-tizen-7be6851e3f7d88949419baaf9f0a05378084af96.tar.bz2 librpm-tizen-7be6851e3f7d88949419baaf9f0a05378084af96.zip |
Re-add the rpc fixes from db-4.3.14.
CVS patchset: 7580
CVS date: 2004/11/11 16:57:42
-rwxr-xr-x | db/dist/configure | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/db/dist/configure b/db/dist/configure index 8af9780c8..cc0938cc2 100755 --- a/db/dist/configure +++ b/db/dist/configure @@ -2154,11 +2154,11 @@ fi # Uniquename excludes C++, Java, RPC. if test "$db_cv_uniquename" = "yes"; then - if test "$db_cv_rpc" = "yes"; then - { { echo "$as_me:$LINENO: error: --with-uniquename is not compatible with --enable-rpc" >&5 -echo "$as_me: error: --with-uniquename is not compatible with --enable-rpc" >&2;} - { (exit 1); exit 1; }; } - fi +# if test "$db_cv_rpc" = "yes"; then +# { { echo "$as_me:$LINENO: error: --with-uniquename is not compatible with --enable-rpc" >&5 +#echo "$as_me: error: --with-uniquename is not compatible with --enable-rpc" >&2;} +# { (exit 1); exit 1; }; } +# fi if test "$db_cv_cxx" = "yes"; then { { echo "$as_me:$LINENO: error: --with-uniquename is not compatible with --enable-cxx" >&5 echo "$as_me: error: --with-uniquename is not compatible with --enable-cxx" >&2;} @@ -33800,7 +33800,7 @@ echo "${ECHO_T}yes" >&6 -e 's/return;//' \ -e 's/^}/__dbsrv_timeout(0);}/' \ -e '}' \ - -e '1,/^#include/s/^#include/#include "db_config.h"\ + -e '1,/^#include/s/^#include/#include "db_config.h"\n#include "db_int_def.h"\ &/' > db_server_svc.c $RPCGEN -c $XDR_FILE | |