diff options
author | jbj <devnull@localhost> | 2002-10-11 21:35:37 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-10-11 21:35:37 +0000 |
commit | c840ecba352f3149101d33a600b2c86eb15436a7 (patch) | |
tree | 248ae450557f3bb1362ccd9f69052cf1669c6234 /Makefile.am | |
parent | c176aaeca57a2d982619cc8e7fa8af6984dfb545 (diff) | |
download | rpm-c840ecba352f3149101d33a600b2c86eb15436a7.tar.gz rpm-c840ecba352f3149101d33a600b2c86eb15436a7.tar.bz2 rpm-c840ecba352f3149101d33a600b2c86eb15436a7.zip |
Resurrect MULTILIB on the build side.
CVS patchset: 5767
CVS date: 2002/10/11 21:35:37
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 601e35e49..ed96028b7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,7 +25,7 @@ INCLUDES = \ @WITH_ZLIB_INCLUDE@ \ @INCPATH@ -myLDFLAGS = # @LDFLAGS_STATIC@ +myLDFLAGS = @LDFLAGS_STATIC@ # XXX libtool can/should generate dependent libs. # XXX solaris2.6 cannot use *.la with --all-static (downrev binutils/egcs?) |