diff options
author | Chris Leonard <cjlhomeaddress@gmail.com> | 2013-09-04 11:45:05 -0400 |
---|---|---|
committer | Chris Leonard <cjlhomeaddress@gmail.com> | 2013-09-04 11:45:05 -0400 |
commit | 9fc2e09ffad2c702b6768bc4560b0cc55fce0914 (patch) | |
tree | ccb4e557a9444c75f67e67c76e33e89ef4be0f42 /sunrpc | |
parent | 7447ccd98ee3944a95247ae23284dfac1de6c2aa (diff) | |
parent | 3f2e46a4948c846023275eb7a8c86ede0313cd2f (diff) | |
download | glibc-9fc2e09ffad2c702b6768bc4560b0cc55fce0914.zip glibc-9fc2e09ffad2c702b6768bc4560b0cc55fce0914.tar.gz glibc-9fc2e09ffad2c702b6768bc4560b0cc55fce0914.tar.bz2 |
Update iso-1427.def and related occurrences.
Diffstat (limited to 'sunrpc')
-rw-r--r-- | sunrpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/Makefile b/sunrpc/Makefile index 51a58aa..9b59796 100644 --- a/sunrpc/Makefile +++ b/sunrpc/Makefile @@ -64,7 +64,7 @@ ifeq ($(link-obsolete-rpc),yes) headers += $(headers-in-tirpc) $(headers-not-in-tirpc) endif -ifeq ($(versioning),yes) +ifeq ($(build-shared),yes) need-export-routines := auth_des auth_unix clnt_gen clnt_perr clnt_tcp \ clnt_udp get_myaddr key_call netname pm_getport \ rpc_thread svc svc_tcp svc_udp xcrypt xdr_array xdr \ |