Skip to content

Instantly share code, notes, and snippets.

@tshirtman
Created September 7, 2012 21:07
Show Gist options
  • Select an option

  • Save tshirtman/3669647 to your computer and use it in GitHub Desktop.

Select an option

Save tshirtman/3669647 to your computer and use it in GitHub Desktop.
+
+ # libcrypt activated ?
+ if [ "X$BUILD_libcrypt" != "X" ]; then
+ nebug "Activate flags for libcrypt / python"
+ export LDFLAGS="$LDFLAGS -L$BUILD_libcrypt/"
+ fi
+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment