]> granicus.if.org Git - sudo/commitdiff
Add missing zlib.exp file and common LT_LDFLAGS Makefile.in.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 28 Oct 2014 03:09:02 +0000 (21:09 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 28 Oct 2014 03:09:02 +0000 (21:09 -0600)
lib/zlib/Makefile.in
lib/zlib/zlib.exp [new file with mode: 0644]

index e5d889baa01d5a8cbc9919736505a3f87f243567..ca3e01d20058ceef3184a49a89c7448b75de2700 100644 (file)
@@ -37,13 +37,14 @@ localstatedir = @localstatedir@
 # File extension, mode and map file to use for shared libraries/objects
 shlib_enable = @SHLIB_ENABLE@
 shlib_mode = @SHLIB_MODE@
-shlib_exp = ./zlib.exp
+shlib_exp = zlib.exp
 shlib_map = zlib.map
 shlib_opt = zlib.opt
 
 # Compiler & tools to use
 CC = @CC@
 LIBTOOL = @LIBTOOL@
+SED = @SED@
 AWK = @AWK@
 
 # Our install program supports extra flags...
@@ -57,8 +58,8 @@ CPPFLAGS = -I. -I$(srcdir)
 CFLAGS = @CFLAGS@
 
 # Flags to pass to the link stage
-LT_LDFLAGS = @ZLIB_LDFLAGS@
 LDFLAGS =
+LT_LDFLAGS = @ZLIB_LDFLAGS@ @LT_LDFLAGS@ @LT_LDEXPORTS@
 
 # PIE flags
 PIE_CFLAGS = @PIE_CFLAGS@
@@ -102,7 +103,7 @@ $(shlib_map): $(shlib_exp)
 $(shlib_opt): $(shlib_exp)
        @$(SED) 's/^/+e /' $(shlib_exp) > $@
 
-libsudo_z.la: $(LTOBJS)
+libsudo_z.la: $(LTOBJS) @LT_LDDEP@
        case "$(LT_LDFLAGS)" in \
        *-no-install*) \
            $(LIBTOOL) --mode=link $(CC) -o $@ $(LDFLAGS) $(LT_LDFLAGS) $(LTOBJS);; \
diff --git a/lib/zlib/zlib.exp b/lib/zlib/zlib.exp
new file mode 100644 (file)
index 0000000..8fba721
--- /dev/null
@@ -0,0 +1,78 @@
+adler32
+adler32_combine
+adler32_combine64
+compress
+compress2
+compressBound
+crc32
+crc32_combine
+crc32_combine64
+deflate
+deflateBound
+deflateCopy
+deflateEnd
+deflateInit2_
+deflateInit_
+deflateParams
+deflatePending
+deflatePrime
+deflateReset
+deflateResetKeep
+deflateSetDictionary
+deflateSetHeader
+deflateTune
+get_crc_table
+gzbuffer
+gzclearerr
+gzclose
+gzclose_r
+gzclose_w
+gzdirect
+gzdopen
+gzeof
+gzerror
+gzflush
+gzgetc
+gzgetc_
+gzgets
+gzoffset
+gzoffset64
+gzopen
+gzopen64
+gzopen_w
+gzprintf
+gzputc
+gzputs
+gzread
+gzrewind
+gzseek
+gzseek64
+gzsetparams
+gztell
+gztell64
+gzungetc
+gzvprintf
+gzwrite
+inflate
+inflateBack
+inflateBackEnd
+inflateBackInit_
+inflateCopy
+inflateEnd
+inflateGetDictionary
+inflateGetHeader
+inflateInit2_
+inflateInit_
+inflateMark
+inflatePrime
+inflateReset
+inflateReset2
+inflateResetKeep
+inflateSetDictionary
+inflateSync
+inflateSyncPoint
+inflateUndermine
+uncompress
+zError
+zlibCompileFlags
+zlibVersion