]> andersk Git - test.git/commitdiff
On Debian systems, library dependencies and overall compatibility is improved
authorMarkus Gutschke <markus@shellinabox.com>
Mon, 13 Jul 2009 16:51:09 +0000 (16:51 +0000)
committerMarkus Gutschke <markus@shellinabox.com>
Mon, 13 Jul 2009 16:51:09 +0000 (16:51 +0000)
if we do not load libssl and libpam dynamically with dlopen(). Instead,
directly link against these libraries.

debian/rules

index 9f9b5df360c0acc4d43eab4ea6e02b37ba0abd98..695f140738a3b20b01bdb7e51621b22182c07d26 100755 (executable)
@@ -39,7 +39,7 @@ major=`ls src/.libs/lib*.so.* | \
 config.status: configure
        dh_testdir
        @# Add here commands to configure the package.
-       CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
+       CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --disable-runtime-loading
 
 
 build: build-stamp
This page took 0.033023 seconds and 5 git commands to generate.