]> arthur.barton.de Git - netatalk.git/commitdiff
Check OS specific stuff before feature stuff
authorFrank Lahm <franklahm@googlemail.com>
Wed, 4 Jan 2012 10:06:47 +0000 (11:06 +0100)
committerFrank Lahm <franklahm@googlemail.com>
Wed, 4 Jan 2012 10:06:47 +0000 (11:06 +0100)
configure.ac
etc/afpd/Makefile.am

index bf0b3c2be83922e837d6d619eab21242963e9aad..f969fe36b97e13aeb051071e218377d31e09de3f 100644 (file)
@@ -135,6 +135,12 @@ powerpc64:yes | s390x:yes | sparc*:yes | x86_64:yes | i386:yes)
     ;;
 esac
 
+dnl --------------------------------------------------------------------------
+dnl OS specific configuration comes in here:
+dnl --------------------------------------------------------------------------
+
+AC_NETATALK_OS_SPECIFIC
+
 dnl --------------------------------------------------------------------------
 dnl specific configuration comes in here:
 dnl --------------------------------------------------------------------------
@@ -263,14 +269,6 @@ dnl --------------------------------------------------------------------------
 UAMS_PATH="${uams_path}"
 AC_SUBST(UAMS_PATH)
 
-
-dnl --------------------------------------------------------------------------
-dnl OS specific configuration comes in here:
-dnl --------------------------------------------------------------------------
-
-AC_NETATALK_OS_SPECIFIC
-
-
 dnl --------------------------------------------------------------------------
 dnl drop in includes for top level directory structures here...
 dnl --------------------------------------------------------------------------
index 0295d71cd4f0a00036160184b13e0e50305b3028..75643a4f376fb2c9a8ff427e4f6507202ae1bc79 100644 (file)
@@ -47,7 +47,7 @@ afpd_LDADD =  \
        $(top_builddir)/libatalk/libatalk.la \
        @LIBGCRYPT_LIBS@ @QUOTA_LIBS@ @SLP_LIBS@ @WRAP_LIBS@ @LIBADD_DL@ @ACL_LIBS@ @ZEROCONF_LIBS@ @PTHREAD_LIBS@
 
-afpd_LDFLAGS = -export-dynamic -static
+afpd_LDFLAGS = -export-dynamic
 
 afpd_CFLAGS = \
        -I$(top_srcdir)/include \