Menu

#5050 telnet-54.50.1-2 to build skinny binaries

Added_to_Fink
closed-accepted
None
5
2017-10-25
2017-10-25
No

The following Info file changes eliminates the building of fat binaries in the telnet package...

Index: telnet.info
===================================================================
RCS file: /cvsroot/fink/dists/10.9-libcxx/stable/main/finkinfo/net/telnet.info,v
retrieving revision 1.2
diff -u -r1.2 telnet.info
--- telnet.info 25 Oct 2017 15:40:38 -0000  1.2
+++ telnet.info 25 Oct 2017 22:49:40 -0000
@@ -1,6 +1,6 @@
 Package: telnet
 Version: 54.50.1
-Revision: 1
+Revision: 2
 Distribution: 10.13
 BuildDepends: xcode.app
 Source: https://opensource.apple.com/tarballs/remote_cmds/remote_cmds-%v.tar.gz
@@ -12,6 +12,8 @@
 #!/bin/sh -ev
 perl -pi -e "s|-DFORWARD |-DFORWARD -I.|g" Makefile
 perl -pi -e "s|-ltelnet|../../libtelnet-13/build/Release/libtelnet.a|g" Makefile
+perl -pi -e "s|ARCHS_STANDARD_32_64_BIT|ARCHS_STANDARD|g" ../../libtelnet-13/libtelnet.xcodeproj/project.pbxproj
+echo "RC_ARCHS = x86_64" >> Makefile
 ln -s ../../libtelnet-13 libtelnet 
 cp ../APPLE_LICENSE APPLE_LICENSE
 cp ../../libtelnet-13/LICENSE LICENSE

Tested on 10.13 with 'fink -m'.

1 Attachments

Discussion

  • Alexander Hansen

    Great! Thanks!

     
  • Alexander Hansen

    • status: open --> closed-accepted
    • Group: Undergoing_Validation --> Added_to_Fink
     

Log in to post a comment.