diff src/libgsasl.mk @ 2855:47558e958113

Allow static/shared libraries to be configured in top-level Makefile.
author John W. Eaton <jwe@octave.org>
date Thu, 15 Nov 2012 16:11:45 -0500
parents dddd4581f8d3
children 100e618349f7
line wrap: on
line diff
--- a/src/libgsasl.mk	Wed Nov 14 10:53:53 2012 +0100
+++ b/src/libgsasl.mk	Thu Nov 15 16:11:45 2012 -0500
@@ -20,7 +20,7 @@
     cd '$(1)' && touch src/libgsasl-7.def && ./configure \
         --host='$(TARGET)' \
         --build="`config.guess`" \
-        --disable-shared \
+        $(ENABLE_SHARED_OR_STATIC) \
         --prefix='$(PREFIX)/$(TARGET)' \
         --disable-nls \
         --with-libgcrypt \