8bfb6a3737
- untested - no Python bindings - experimental version (this is not the "stable" production branch) svn path=/nixpkgs/trunk/; revision=4403
15 lines
382 B
Diff
15 lines
382 B
Diff
diff -ruN rpm-4.4.5/configure rpm-4.4.5.new/configure
|
|
--- rpm-4.4.5/configure 2005-12-13 15:19:03.000000000 +0100
|
|
+++ rpm-4.4.5.new/configure 2005-12-20 00:40:06.000000000 +0100
|
|
@@ -26333,8 +26333,8 @@
|
|
|
|
fi
|
|
|
|
- WITH_NEON_INCLUDE="-I${includedir}/neon"
|
|
- WITH_NEON_LIB="-lneon"
|
|
+ WITH_NEON_INCLUDE="-I${neon}/include/neon"
|
|
+ WITH_NEON_LIB="-L${neon}/lib -lneon"
|
|
|
|
fi
|
|
|