Print this page
OS-2559 illumos-extra should provide native node in proto.strap

Split Close
Expand all
Collapse all
          --- old/openssl1x/Makefile
          +++ new/openssl1x/Makefile
↓ open down ↓ 75 lines elided ↑ open up ↑
  76   76          -DPK11_LIB_LOCATION=\\"/usr/lib/libpkcs11.so.1\\"
  77   77  
  78   78  CFLAGS.64 += \
  79   79          -O3 \
  80   80          -Wall \
  81   81          -Werror \
  82   82          -DPK11_LIB_LOCATION=\\"/usr/lib/64/libpkcs11.so.1\\"
  83   83  
  84   84  LIBS += -lsocket -lnsl
  85   85  
       86 +ifeq ($(STRAP),strap)
       87 +        LDFLAGS +=      $(SYSLIBDIRS:%=-R$(DESTDIR)/%)
       88 +        LDFLAGS.64 +=   $(SYSLIBDIRS:%=-R$(DESTDIR)/%/64)
       89 +endif
       90 +
  86   91  PATCHES =       Patches/*
  87   92  
  88   93  AUTOCONF_ENV =
  89   94  AUTOCONF_OPTS += \
  90   95          --openssldir=/etc/openssl \
  91   96          --install_prefix=$(DESTDIR) \
  92   97          no-ec \
  93   98          no-ecdh \
  94   99          no-ecdsa \
  95  100          no-rc3 \
↓ open down ↓ 88 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX