X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=beecrypt-disable-cplusplus.patch;fp=beecrypt-disable-cplusplus.patch;h=0000000000000000000000000000000000000000;hb=41d18f7eca349700f979c1fad944d5bd8d9fc551;hp=d32958bf345199df99a3f2734ec7436f7d6883cf;hpb=58254f68183ee3a8c704b5fd8e8cb3baba14c199;p=fedora-riscv.git diff --git a/beecrypt-disable-cplusplus.patch b/beecrypt-disable-cplusplus.patch deleted file mode 100644 index d32958b..0000000 --- a/beecrypt-disable-cplusplus.patch +++ /dev/null @@ -1,14 +0,0 @@ -The act of linking to any C++ file causes libbeecrypt to be linked to -libstdc++ etc. We don't need any of that so kill it. - ---- Makefile.am~ 2009-07-08 19:56:18.000000000 +0100 -+++ Makefile.am 2016-08-09 15:31:40.039891644 +0100 -@@ -62,7 +62,7 @@ - - lib_LTLIBRARIES = libbeecrypt.la - --libbeecrypt_la_SOURCES = aes.c base64.c beecrypt.c blockmode.c blockpad.c blowfish.c dhies.c dldp.c dlkp.c dlpk.c dlsvdp-dh.c dsa.c elgamal.c endianness.c entropy.c fips186.c hmac.c hmacmd5.c hmacsha1.c hmacsha224.c hmacsha256.c md4.c md5.c hmacsha384.c hmacsha512.c memchunk.c mp.c mpbarrett.c mpnumber.c mpprime.c mtprng.c pkcs1.c pkcs12.c ripemd128.c ripemd160.c ripemd256.c ripemd320.c rsa.c rsakp.c rsapk.c sha1.c sha224.c sha256.c sha384.c sha512.c sha2k32.c sha2k64.c timestamp.c cppglue.cxx -+libbeecrypt_la_SOURCES = aes.c base64.c beecrypt.c blockmode.c blockpad.c blowfish.c dhies.c dldp.c dlkp.c dlpk.c dlsvdp-dh.c dsa.c elgamal.c endianness.c entropy.c fips186.c hmac.c hmacmd5.c hmacsha1.c hmacsha224.c hmacsha256.c md4.c md5.c hmacsha384.c hmacsha512.c memchunk.c mp.c mpbarrett.c mpnumber.c mpprime.c mtprng.c pkcs1.c pkcs12.c ripemd128.c ripemd160.c ripemd256.c ripemd320.c rsa.c rsakp.c rsapk.c sha1.c sha224.c sha256.c sha384.c sha512.c sha2k32.c sha2k64.c timestamp.c - libbeecrypt_la_DEPENDENCIES = $(BEECRYPT_OBJECTS) - libbeecrypt_la_LIBADD = blowfishopt.lo mpopt.lo sha1opt.lo $(OPENMP_LIBS) - libbeecrypt_la_LDFLAGS = -no-undefined -version-info $(LIBBEECRYPT_LT_CURRENT):$(LIBBEECRYPT_LT_REVISION):$(LIBBEECRYPT_LT_AGE)